/* Shared WebStore auth-page layout tweaks (Login, Register, ForgotPassword).

   Desktop-only: compact the shared auth fragment margins so the full form fits
   at 100% browser zoom without scrolling. Scoped via the .desktop-auth-container
   marker class that only the desktop (SmAndUp) branch of each auth page carries,
   so mobile/tablet spacing is untouched. These are plain global rules (no CSS
   isolation), so no ::deep is required. */
.desktop-auth-container .mt-3 {
    margin-top: 8px !important;
}

.desktop-auth-container .mt-4 {
    margin-top: 8px !important;
}

.desktop-auth-container .mb-3 {
    margin-bottom: 8px !important;
}

.desktop-auth-container .mb-4 {
    margin-bottom: 8px !important;
}

.desktop-auth-container .mb-5 {
    margin-bottom: 12px !important;
}

.desktop-auth-container .my-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
