/**
 * Auth login layout — css.preprocess: false (see auth_layout library).
 * Loaded separately from aggregated theme CSS so deploys apply immediately on prod.
 */

/* Same navbar logo height floor as the rest of the site. */
.resiaxis-page--auth-shell .navbar-brand__logo img {
  min-height: 4.375rem !important;
  height: 4.375rem !important;
  width: auto !important;
  max-width: min(100%, 22rem) !important;
}

@media (max-width: 991.98px) {
  .resiaxis-page--auth-hero .resiaxis-auth-hero {
    display: flex;
    flex-direction: column;
  }

  .resiaxis-page--auth-hero .resiaxis-auth-hero__inner {
    display: block;
    width: 100%;
    max-width: none;
    flex: 0 1 auto;
    padding: 1rem;
    box-sizing: border-box;
  }

  .resiaxis-page--auth-hero .resiaxis-auth-card {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    flex: 0 0 auto;
    height: auto;
    margin: 0 !important;
    padding: 1.75rem 1.5rem 1.5rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .resiaxis-page--auth-hero .resiaxis-auth-hero__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 2rem;
  }

  .resiaxis-page--auth-hero .resiaxis-auth-card {
    width: 100% !important;
    max-width: 26rem !important;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 2rem 2rem 1.75rem;
  }
}
