/* Login + password screens: one centered narrow column. */

.pc-login {
  width: 100%;
  max-width: 23rem;  /* design's measure for a single-field column */
  margin-inline: auto;
  margin-top: clamp(2rem, 12dvh, 6.5rem);
}

.pc-login__title {
  font-size: var(--lore-text-heading);  /* token size; Bootstrap's h* scale is fluid */
  margin: 0 0 0.375rem;
}

.pc-login__lead {
  color: var(--lore-ink-soft);
  margin: 0 0 1.75rem;
}
