html,
body {
  /* background-image: url("/app/administrator/img/login/Background.png"); */
  background-color: #F0EFEF;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: "Manrope", sans-serif;
  height: 100%;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
  width: 100%;
}

.footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
}

.site-login {
  padding: 3%;
  border-radius: 8px;
  background: #fff;
  margin-top: 100px;
  max-width: 380px;
}

.site-login-logo {
  float: left;
  width: 300px;
  height: auto;
}

.site-login-name {
  float: right;
  color: #024f82;
}

.login-div-title {
  text-align: center;
}

.login-div-title h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #024f82;
  line-height: 3em;
}

.login-div-inputs {
  line-height: 2em;
}

.login-div-inputs input:not([type="checkbox"]) {
  background-color: #eff0ff;
  border-bottom: 2px solid #024f82 !important;
  border: 0px;
  min-height: 38px;
  box-shadow: none !important;
  border-bottom-left-radius: 0px;
}
.login-div-inputs input:not([type="checkbox"]):focus {
  border-bottom: 2px solid #98cbed !important;
}

.input-group {
  line-height: 2em;
}

.input-holder {
  width: 280px;
}

@media (max-width: 320px) {
  .input-holder {
    width: 230px;
  }
  .main-container {
    padding-top: 25px;
  }
}

.input-holder-otp {
  width: 100%;
}

.input-group-text {
  background-color: #c0e0e1;
  border-bottom: 2px solid #024f82;
  color: #024f82;
  height: 38px;
  width: auto;
}

.login-div-inputs input::placeholder {
  color: #c2c5ff;
}

.login-div-forgot-password {
  letter-spacing: 0.08em;
}

.login-div-forgot-password a {
  color: #024f82;
}

.my_password_field {
  color: #024f82;
}

#login_button {
  background-color: #024f82;
  border: 0px;
  letter-spacing: 0.08em;
  line-height: 2.3em;
  font-weight: bold;
  font-family: Montserrat;
  font-style: normal;
  color: #fff;
}

.candidate-login-holder {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 40px;
}

#candidate_login_button {
  background-color: #43a047;
  color: #fff;
  line-height: 2.3em;
  font-weight: bold;
  font-family: Montserrat;
  font-style: normal;
  letter-spacing: 0.08em;
  width: 280px;
  min-height: 38px;
  margin-top: 10px;
}

.main-container {
  width: 100%;
  text-align: center;
}

.help-block {
  color: #e13434;
  text-align: left;
}

.remember-me {
  text-align: left;
}

/*--------------MOBILE SETTINGS--------------*/

@media only screen and (max-width: 600px) {
  .header-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
  }

  .site-login-logo {
    margin-top: 5px;
    float: none;
  }

  .site-login-name {
    margin-top: 20px;
    color: #024f82;
    float: none;
  }

  .site-login {
    padding: 5%;
    border-radius: 8px;
    background: #fff;
    margin-top: 40%;
    font-size: 11px !important;
  }

  #candidate_login_button {
    display: none;
  }

  #login_button,
  #system_check_button {
    padding: 0px !important;
  }
}

#w1-warning-0 {
  z-index: 999;
}
