body {
  margin: 0;
}

.main-wrapper{
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.topSpacer{
  width: 100%;
  height: 25px;
  background: #002d72;
}

.image_wrapper{
  display: block;
  height: 180px;
  padding-right: 0;
  padding-left: 0;

}
.image{
  width: 100%;
  height: auto;
}

@media (min-width: 992px){
  .image_wrapper{
    height: calc(100vh - 25px);

  }
}

.login_space{
  padding: 80px;
  padding-bottom: 30px;
  padding-top: 7%;

}

@media (min-width: 992px){
  .login_space{
    padding-top: 45%;
  }
}

.input{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 18px;
  padding-left: 18px; 
  margin-bottom: 10px;
  width: 100%;
  max-width: 750px;
  border-radius: 4px;
  border-width: 1.25px;
  font-size: 0.9rem;


}

.typ1{
  border-color: #00000020;
  

}

.typ2{
  border-color: #001a54;
  position: relative;
  z-index: 0;
  outline-width: 1px;
  

}

.hover-wrap{
  background: white;
  margin-bottom: -2px;
  margin-top: -6px;
  position: relative;
  z-index: 1;
  width: 72px;
  height: 10px;
  padding-left: 10px;
  margin-left: 10px;
}

.hover{
  color: #1665d8;
  font-size: 0.8rem;
}

.button{
  border-radius: 4px;
  background: #002d72;
  width: 100%;
  max-width: 750px;
  height: 40px;
  border-color: #002d72;
  color: #f0eff7;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 1.25px;

}

.footer{
  padding: 0;
  margin: 0;
  height: 70px;
  margin-top: -70px;
  position: absolute;
  width: 100%;
}

.bottom{
  position: relative;
  bottom: 0px;
  text-align: center;
}

@media (min-width: 992px){
  .col-lg-5{
    flex: 0 0 44.99998%;
    max-width: 44.99998%;
  }
  .col-lg-7{
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (min-width: 1200px){
  .col-xl-5{
    flex: 0 0 44.99998%;
    max-width: 44.99998%;
  }
  .col-xl-7{
    flex: 0 0 55%;
    max-width: 55%;
  }
}
