.forgot-page .login-container {
  max-width: 430px;
}

.forgot-page .login-title {
  color: #0b3f29;
}

.forgot-page .login-subtitle {
  color: #5a6f63;
}

.forgot-page .form-group label i {
  margin-right: 6px;
  color: #0a4d35;
}

.forgot-page .form-text {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: #6f8377;
}

.forgot-page .security-info {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d4e6dc;
  background: #f7fbf9;
  color: #305545;
  font-size: 0.84rem;
}

.forgot-page .security-info i {
  color: #0d6b48;
  margin-right: 6px;
}

.forgot-page .security-list {
  margin: 8px 0 0 0;
  padding-left: 18px;
}

.forgot-page .security-list li {
  margin-bottom: 5px;
}

.forgot-page .back-to-login {
  margin-top: 16px;
  text-align: center;
}

.forgot-page .back-to-login a {
  text-decoration: none;
  color: #0a4d35;
  font-weight: 700;
  font-size: 0.9rem;
}

.forgot-page .back-to-login a:hover {
  text-decoration: underline;
}

.forgot-page .alert {
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.forgot-page .alert-success {
  background: #ecfdf4;
  color: #11643d;
  border: 1px solid #bde9d0;
}

.forgot-page .alert-danger {
  background: #fff1f1;
  color: #8d1f1f;
  border: 1px solid #f3c3c3;
}

.forgot-page .alert-info {
  background: #eff6ff;
  color: #1f4f7a;
  border: 1px solid #c9dff9;
}
