.login-page {
  border: 1px solid #000;
  background: #044F7E !important;
  width: 100% !important;
  height: 100vh !important;

}

/* .login-logo {
  width: 278px;
  height: 174px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;

}

 */

 
 div.login-logo > img
 {
  width: auto!important;
  height: auto!important;
 }
.formcontent {
  max-width: 500px;
  max-height: 100%;
}

.input-group {
  align-items: center !important;
  width: 100% !important;
  height: 65px !important;



}


.form-control {
  height: 100%;
  border: none !important;
  border-radius: 15px !important;
  height: 65px !important;
  border: 1px solid rgba(0, 0, 0, 0.20) !important;
  padding: 10px 408px 0px 1px;
}

.invalid-feedback {

  margin-top: 0.15rem !important;

}



.form-control::placeholder {
  color: black !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  word-wrap: break-word;
  opacity: 0.30 !important;
}

.btn2 {

  display: flex;
  width: 500px;
  height: 65px;
  padding: 22px 0px 21px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #288CCB;
}

.btn2 h2 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0rem !important;

}

div.card-footer p.my-0 a {
  color: #FFF !important;
}

div.login-logo h3 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
