/* _content/AuthorizationApp/Views/Components/Authenticator/LayoutPicker.razor.rz.scp.css */
.btn[b-yf6qd34q5b] {
    margin: 1em;
    width: 4%;
    height: 6%;
    z-index: 1;
    position: absolute;
    transform: translateX(40vw);
    background-color: rgb(0,108,182);
    border-radius: 60px;
}
/* _content/AuthorizationApp/Views/Components/Background.razor.rz.scp.css */
.background[b-fdzjf0c0ms] {
    content: "";
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}
/* _content/AuthorizationApp/Views/Components/LanguagePicker.razor.rz.scp.css */
.languagePicker[b-jvgfxt98fq] {
    font-size: 1.1vw;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(20vw);
    margin: 1em;
    border-width: 0.1vw;
}

@media (max-width: 1024px) {
    .languagePicker[b-jvgfxt98fq] {
        transform: scale(0);
        margin: 0;
        padding: 0;
    }
}
/* _content/AuthorizationApp/Views/Components/LoadingSpinner.razor.rz.scp.css */
.background[b-c5upagp2cq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-content: center;
    text-align: center;
}

.spinner[b-c5upagp2cq] {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    display: inline-block;
    border-top: 0.4vw solid #FFF;
    border-right: 0.4vw solid transparent;
    box-sizing: border-box;
    animation: rotation-b-c5upagp2cq 1s linear infinite;
}

    .spinner[b-c5upagp2cq]::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        border-left: 0.4vw solid #FF3D00;
        border-bottom: 0.4vw solid transparent;
        animation: rotation-b-c5upagp2cq 0.5s linear infinite reverse;
    }

@media (max-width: 1024px) {

    .spinner[b-c5upagp2cq] {
        width: 15vw;
        height: 15vw;
        border-left: 0.7vw solid #FF3D00;
        border-bottom: 0.7vw solid transparent;
    }

        .spinner[b-c5upagp2cq]::after {
            width: 15vw;
            height: 15vw;
            border-left: 0.7vw solid #FF3D00;
            border-bottom: 0.7vw solid transparent;
        }
}

@keyframes rotation-b-c5upagp2cq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/AuthorizationApp/Views/Layout/MainLayout.razor.rz.scp.css */
.page[b-c50wm60ee4] {
    display: flex;
    align-self: flex-start;
    flex: auto;
    height: 100%;
}

article[b-c50wm60ee4] {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

main[b-c50wm60ee4] {
    flex: 1;
    display: inline-grid;
    background-color: rgba(0,0,0,0.05);
}

.top-row[b-c50wm60ee4] {
    background-color: darkblue;
    border-bottom: 0.1rem solid lightblue;
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
}

#blazor-error-ui[b-c50wm60ee4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c50wm60ee4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AuthorizationApp/Views/Pages/ClearStorage.razor.rz.scp.css */
.message[b-dor3sxe57w] {
    font: bold 2em Arial;
}
/* _content/AuthorizationApp/Views/Pages/Home.razor.rz.scp.css */
.message[b-7br7snybzh] {
    font: bold 2em Arial;
}
/* _content/AuthorizationApp/Views/Pages/Logout.razor.rz.scp.css */
.message[b-98l2nymbwr] {
    font: bold 2em Arial;
}
