/* Welcome back: preserve a calm pause after the green brand panel. */
html body .auth-card:not(.signup-mode):not(.verify-mode) #authForm {
  margin-top: clamp(16px, 2vw, 22px) !important;
}

@media (max-width: 760px) {
  html body .auth-card:not(.signup-mode):not(.verify-mode) #authForm {
    margin-top: 18px !important;
  }
}

@media (max-width: 390px), (max-width: 760px) and (max-height: 680px) {
  html body .auth-card:not(.signup-mode):not(.verify-mode) #authForm {
    margin-top: 12px !important;
  }
}
