/* === AUTH: full-page shell override (SignIn FullPage only) === */

body {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}

/* Same box cosmetics as Admin Register Partial */
.AuthBox {
    background: linear-gradient(343deg, #E3E5FF 50%, #f1f5f980 100%);
    background-clip: padding-box;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
