/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-va5xex5dl3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-va5xex5dl3] {
    flex: 1;
}

.sidebar[b-va5xex5dl3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-va5xex5dl3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-va5xex5dl3]  a, .top-row[b-va5xex5dl3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-va5xex5dl3]  a:hover, .top-row[b-va5xex5dl3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-va5xex5dl3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-va5xex5dl3] {
        justify-content: space-between;
    }

        .top-row[b-va5xex5dl3]  a, .top-row[b-va5xex5dl3]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-va5xex5dl3] {
        flex-direction: row;
    }

    .sidebar[b-va5xex5dl3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-va5xex5dl3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-va5xex5dl3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-va5xex5dl3], article[b-va5xex5dl3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/Security/UserAccount/LoginComponent.razor.rz.scp.css */
body[b-fxq6hhg6oe] {
    height: 100%;
}

.login-img[b-fxq6hhg6oe] {
    background-image: url('../../images/loginbg.jpg');
}

.page[b-fxq6hhg6oe] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.container-login100[b-fxq6hhg6oe] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 999;
}

.wrap-login100[b-fxq6hhg6oe] {
    width: 370px;
    background: #fff;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 6%);
    border-radius: 5px;
}

.login100-form[b-fxq6hhg6oe] {
    width: 320px;
}

.login100-form-title[b-fxq6hhg6oe] {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    color: #424344;
}
