
/* =======================
// Import forgotpassword
// ====================== */
@import url("forgotpassword.css?1729010308");
html,
body {
  height: 100%;
}
.login-body > .container-fluid {
  background-color: var(--card-body-color) !important;
}
@media only screen and (max-width: 768px) {
  .login-card {
    border: none;
    background: transparent;
    box-shadow: none !important;
  }
}
.signin-logo {
    max-width: 150px;
}
.show-hide-password,
.show-hide-password-2 {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.show-hide-password i.fa-eye-slash,
.show-hide-password-2 i.fa-eye-slash {
  color: #6e707e;
}
.show-hide-password i.fa-eye,
.show-hide-password-2 i.fa-eye {
  color: #008b7b;
}

