.recovery-page,
.recovery-page h1,
.recovery-page h2,
.recovery-page h3,
.recovery-page button,
.recovery-page input,
.recovery-page .button,
.recovery-page .badge,
.recovery-page .eyebrow,
.recovery-page .field > span,
.recovery-page .field > label {
  font-weight: 400;
}


/* Padrão tipográfico final desta janela e de seus popups. */
html body *:not(#geducacional-font-size-14),
html body *:not(#geducacional-font-size-14)::before,
html body *:not(#geducacional-font-size-14)::after {
  font-size: 14px !important;
  font-weight: 400 !important;
}
html body table,
html body table *,
html body .data-table,
html body .data-table * {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
html body table th,
html body .data-table th {
  line-height: 1.3 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
html body table td,
html body .data-table td {
  line-height: 1.35 !important;
}

.recovery-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(130deg, var(--color-primary-50), var(--color-background)); }
.recovery-card { width: min(520px, 100%); display: grid; gap: 24px; }
.recovery-form { display: grid; gap: 18px; }
