/* Forgot Password */
.login-title {
  margin: 0 0 6px 0;
  padding: 4px 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #f9fafb;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.login-subtitle {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 18px;
  max-width: 340px;
}

/* ============================================
   Forgot Password: inline message
   ============================================ */

.forgot-note {
  margin: 10px 0 18px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #cbd5f5;          /* светлее и мягче */
  text-align: center;        /* центрируем */
  opacity: 0.9;
}

.flash {
  padding: 0 !important;
  margin: 0;
  border-radius: 0;
  background: none !important;
  border: none !important;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #e5e7eb;
}