.login-body {
  background-image: url("../../../img/bg-2.jpeg");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  margin-top: 0;
}

.login-body .card {
  min-width: 300px;
  background: #ffffffeb;
}

.login-body div#its[contenteditable="false"] {
  cursor: pointer;
  background-color: white;
  border-radius: 0 8px 8px 0;
}

.login-body .alert {
  max-width: 300px;
  font-size: 14px;
}

.login-body .input-group .show {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  font-size: 20px;
  z-index: 100;
  cursor: pointer;
  color: #0b38b3;
}

.login-body #password.invalid {
  background-position: right 28px center !important;
}

.login-body #password.invalid:focus {
  background-position: right 28px center !important;
}

.login-body .btn.lock,
.login-body .btn.submit {
  background: #5b1069;
  color: white;
}

.login-body .resendOtp {
  margin: 0px 0px 0px;
  font-size: 13px;
  width: max-content;
  /* background: #4288f5; */
  color: #4288f5;
  padding: 5px 0px;
  border-radius: 8px;
  cursor: pointer;
  border: 0;
}

.login-body .resendOtp:hover {
  color: #4288f5;
}

.login-body .resendOtp .text:hover {
  text-decoration: underline;
}

.login-body .body.margin-left {
  margin-left: 0;
}

.login-body .its_login_redirect,
.login-body .its_login {
  background: #0e4653;
  color: white;
}
.login-body .its_login_redirect i.its_logo {
  background: white;
  background-image: url("https://www.its52.com/imgs/1443/ITS_Logo_Golden.png?v1");
  min-width: 28px;
  min-height: 26px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -6px 3px 0 0;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px #ffffffb3;
}
.login-body .or {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(0px, -21px);
  color: #636464;
}
.login-body .or:before {
  content: "";
  max-width: calc(50% - 42px);
  min-height: 1px;
  display: block;
  background: black;
  transform: translate(29px, 9px);
}
.login-body .or:after {
  content: "";
  max-width: calc(50% - 42px);
  min-height: 0.5px;
  display: block;
  background: black;
  transform: translate(calc(100% + 53px), -10px);
}

@media only screen and (min-width: 237px) and (max-device-width: 800px) {
  .row.login .container-fluid {
    padding: 0 5px;
  }
  .login-body .card {
    min-width: calc(100% - 20px);
    padding: 0 !important;
  }
  .login-body .card-body {
    padding: 10px;
    font-size: 13px;
  }
  .login-body .card-body .btn,
  .login-body .card-body .form-control {
    font-size: 13px;
  }
}
