@media screen and (min-width: 576px) {
  .modal-dialog {
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
  }
}

.modal-content {
  background-color: #f7f8fb;
  border-radius: 8px !important;
  height: auto;
}
@media screen and (max-width: 576px) {
  .modal-content {
    max-width: 100%;
  }
}

.login-modal .login-dialog .login-content {
  background-color: #f7f8fb;
  border-radius: 8px !important;
  height: auto;
  width: 650px;
}

.login-modal .login-dialog .login-content .login-header {
  background: #009fe3;
  border-radius: 8px 8px 0 0;
  color: #fff;
}

.login-modal .login-dialog .login-content .login-body {
  background: #f6f7f8 !important;
  padding: 0 30px;
}

.login-modal .login-dialog .login-content .modal-footer {
  padding: 20px 30px !important;
}

#forgot-password .warning, #reset-password .warning {
  color: #686778;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 26px;
}

#forgot-password .custom-lable, #reset-password .custom-lable {
  margin-bottom: 10px;
}

.login-modal .login-dialog .login-content .login-body .main-form .custom-lable {
  color: #303e47;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 30px;
}

.input-control {
  margin-top: 0;
}
.input-control:hover {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.3), inset 0 0 0 1000px #e8f0fe !important;
}

#forgot-password h5, #reset-password h5 {
  font-size: 18px;
}

.login-modal .login-dialog .login-content .login-header .login-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 26px;
  margin-left: 32px;
}

.login-modal .login-dialog .login-content .login-body .main-form .btn-page {
  background: #009fe3;
  border-radius: 8px;
  height: 50px;
  margin-top: 30px !important;
  padding: 12px 0;
  width: 100%;
}
