@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/Sie.WebSite.Auth.Web/Components/Layout/ConnectionLayout.razor.rz.scp.css */
body[b-oncyf3otxy] {
    margin: 0;
    padding: 0;
    height: 150vh;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
/* _content/Sie.WebSite.Auth.Web/Components/Pages/EmailConfirmationToken.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh !important;
    width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--neutral-layer-1);
    padding: 20px !important;
    box-sizing: border-box !important;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Pages/ForgotPassword.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-layer-1);
    padding: 20px;
    position: relative;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .theme-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Pages/ForgotPasswordToken.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh !important;
    width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--neutral-layer-1);
    padding: 20px !important;
    box-sizing: border-box !important;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Pages/Home.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh !important;
    width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--neutral-layer-1);
    padding: 20px !important;
    box-sizing: border-box !important;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Pages/Register.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-layer-1);
    padding: 20px;
    position: relative;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

::deep .auth-card-large {
    max-width: 550px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .theme-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

::deep fluent-checkbox label {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Pages/SignIn.razor.rz.scp.css */

/* _content/Sie.WebSite.Auth.Web/Components/Pages/SignOut.razor.rz.scp.css */

/*::deep .auth-page {*/
    /* No styles needed here, just for scoping */
/*}

::deep .auth-container {
    min-height: 95vh !important;
    width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--neutral-layer-1);
    padding: 20px !important;
    box-sizing: border-box !important;
}

::deep .auth-card {
    width: 100%;
    max-width: 450px;
    padding: 48px;
    animation: fadeIn 0.3s ease-out;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

::deep .auth-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    ::deep .auth-header fluent-icon {
        margin-bottom: 8px;
    }

@media (max-width: 480px) {
    ::deep .auth-card {
        padding: 32px 24px;
    }
}*/
/* _content/Sie.WebSite.Auth.Web/Components/Shared/SieTvtLogo.razor.rz.scp.css */
