body {
  background-image: url("/app/administrator/img/login/Background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
}

.footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
}

.site-login {
  padding: 8%;
  border-radius: 8px;
  background: #fff;
  /*margin-top: 100px;*/
}

.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: #43a047;
  line-height: 3em;
}

.login-div-inputs {
  line-height: 2em;
}

.login-div-inputs input:not([type="checkbox"]) {
  background-color: #ecf7ed;
  border: 0px;
  min-height: 38px;
}

.input-group {
  line-height: 2em;
}

.input-holder {
  width: 280px;
}

.input-group-text {
  background-color: #c0e0e1;
  border: 0px;
  color: #43a047;
  height: 38px;
  width: auto;
}

.login-div-inputs input::placeholder {
  color: #87c289;
}

.login-div-forgot-password {
  letter-spacing: 0.08em;
}

.login-div-forgot-password a {
  color: #43a047;
  line-height: 2em;
  font-weight: 400;
  font-size: 13px;
}

#login_button {
  width: 100%;
  align-items: center;
  background-color: #43a047;
  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: #024f82;
  color: #fff;
  line-height: 2.3em;
  font-weight: bold;
  font-family: Montserrat;
  font-style: normal;
  letter-spacing: 0.08em;
  width: 280px;
  min-height: 38px;
}

/*--------------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: 200px;
  }
}
