/* "Wachtwoord vergeten"-pagina's (2026-09-18): aanvulling op login.css,
   dezelfde --vault-* variabelen. */
.reset-intro {
  margin: 0 0 22px;
  color: var(--vault-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.login-btn--link {
  display: block;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.bottom-links--center {
  justify-content: center;
}
