body.theme-blue {
    background-color: skyblue;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
}

body.theme-blue .main {
    display: block;
    min-height: 100dvh;
    min-width: 0;
    width: 100%;
    overflow: visible !important;
}

body.theme-blue .auth-shell {
    display: flex;
    align-items: center;
    min-height: 100dvh;
    padding: 1.5rem 0;
}

body.theme-blue .auth-panel {
    width: 100%;
}

body.theme-blue .auth-card {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    body.theme-blue .auth-shell {
        align-items: flex-start;
        min-height: auto;
        padding: 1rem 0 2rem;
    }

    body.theme-blue .auth-panel {
        padding-top: 0.25rem;
    }
}
