/**
 * Auth Pages Styles
 *
 * Shared styles for authentication pages (login, forgot password, reset password).
 * Used by all users regardless of theme.
 */

/* Vertically center the auth box */
app-login main.container,
app-forgot-password main.container,
app-reset-password main.container {
  min-height: calc(100vh - 120px); /* Account for any header/footer */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
