/* V79: remove the empty decorative gap above login/register cards on mobile */
@media (max-width: 767px) {
  .auth-page-clean .auth-public-section {
    padding-top: 14px !important;
    padding-bottom: 32px !important;
  }

  .auth-page-clean .auth-public-container,
  .auth-page-clean .auth-shell.auth-shell-single,
  .auth-page-clean .auth-panel {
    min-height: 0 !important;
  }

  .auth-page-clean .auth-panel {
    padding: 0 !important;
    background: transparent !important;
  }

  .auth-page-clean .auth-card,
  .auth-page-clean .auth-register-card {
    margin-top: 0 !important;
  }

  .auth-page-clean .auth-public-section::before {
    top: -250px !important;
    opacity: .45;
  }

  .auth-page-clean .auth-public-section::after {
    bottom: -230px !important;
    opacity: .45;
  }

  .auth-page-clean .auth-method-copy b {
    font-size: .9rem !important;
  }

  .auth-page-clean .auth-method-copy small {
    font-size: .66rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 420px) {
  .auth-page-clean .auth-public-section {
    padding-top: 10px !important;
  }

  .auth-page-clean .auth-card,
  .auth-page-clean .auth-register-card {
    padding-top: 24px !important;
  }
}
