/* Premium Festive Overlay */
#glitter-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    /* Always on top for mouse glitter */
    background: transparent;
    /* Transparent to see form/body bg */
}

/* Move the dark background to the body so it stays behind the form */
body {
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%) !important;
    min-height: 100vh;
    margin: 0;
}

body.loginBg {
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%) !important;
}

/* Existing form styling updates */
.loginScreenBlock {
    position: relative !important;
    z-index: 5 !important;
}

/* Ensure vignette is also top but non-interactive */
#glitter-canvas::after {
    display: none;
    /* Removed to avoid confusion with z-index layering */
}