body#page-login-forgot_password {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
}

body#page-login-forgot_password #page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0;
  background: transparent !important;
}

#page-login-forgot_password #region-main-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login-container,
.box.generalbox {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px !important;
  position: relative;
  z-index: 10;
}

.box.py-3.generalbox {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 !important;
  margin-bottom: 25px;
  color: #64748b;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.mform fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f8fafc;
}

.mform legend {
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 15px;
  border-bottom: none;
  width: auto;
}

.mform h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0d9488;
  margin-bottom: 15px;
}

.form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 15px;
  height: auto;
  font-size: 14px;
  transition: all 0.2s;
}

.form-control:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.15);
}

.col-form-label {
  font-weight: 600;
  color: #475569;
  font-size: 13px;
  margin-bottom: 5px;
}

#id_submit {
  background-color: #0d9488 !important;
  border-color: #0d9488 !important;
  color: #fff !important;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s;
}

#id_submit:hover {
  background-color: #0f766e !important;
  transform: translateY(-2px);
}

.continuebutton button {
  background-color: #0d9488 !important;
  border-color: #0d9488 !important;
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 12px;
  font-weight: 600;
}

#notice {
  text-align: center;
}
#notice p {
  color: #334155;
  font-size: 15px;
}
.continuebutton {
  text-align: center;
  margin-top: 20px;
}

hr {
  display: none;
}

.page-title-area {
  display: none !important;
}

.nice-navbar-container {
  background-color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  z-index: 100 !important;
}

.nice-login-container {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
}
