/* Extracted from forgot-password.html inline <style> */
/* Page-local tweak: indent title, helper text, and the E‑post label */
.sheet.fp .fp-brand-title,
.sheet.fp > p.muted,
.sheet.fp .field > label{ margin-left:10px; }
/* Match navbar .brand typography exactly (see theme.light.css .nav .brand) */
.sheet.fp .fp-brand-title{
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 0.4px;
  /* ~2/3 of brand size: from clamp(28px, 6vw, 44px) -> clamp(19px, 4vw, 29px) */
  font-size: clamp(19px, 4vw, 29px);
  line-height: 1.1;
  color: #111827; /* same as brand in light theme */
}
