/* ==========================================================================
   CAMBIO_PASSWORD.CSS - Password Reset Form Styling
   ========================================================================== */
@import url('auth-pages.css');

.bacco-site-header,
.bacco-page__header {
    display: none !important;
}

body {
    background-color: var(--bacco-bg) !important;
    display: grid;
    place-items: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(12px, 3vw, 22px);
}

.page-shell {
    width: min(100%, 1120px);
}

@media (max-width: 640px) {
    body {
        padding: 12px !important;
    }

    .page-shell {
        gap: 14px;
    }
}