/* _content/CVL/Components/Account/Pages/ForgotPasswordPage.razor.rz.scp.css */
body[b-p4ufllzzl8] {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

p[b-p4ufllzzl8] {
    color: #b3b3b3;
    font-weight: 300;
}

h1[b-p4ufllzzl8], h2[b-p4ufllzzl8], h3[b-p4ufllzzl8], h4[b-p4ufllzzl8], h5[b-p4ufllzzl8], h6[b-p4ufllzzl8],
.h1[b-p4ufllzzl8], .h2[b-p4ufllzzl8], .h3[b-p4ufllzzl8], .h4[b-p4ufllzzl8], .h5[b-p4ufllzzl8], .h6[b-p4ufllzzl8] {
    font-family: "Roboto", sans-serif;
}

a[b-p4ufllzzl8] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover[b-p4ufllzzl8] {
        text-decoration: none !important;
    }

.content[b-p4ufllzzl8] {
    padding: 7rem 0;
}

h2[b-p4ufllzzl8] {
    font-size: 20px;
}

.half[b-p4ufllzzl8], .half .container > .row[b-p4ufllzzl8] {
    height: 100vh;
    min-height: 700px;
}

.imgLogo[b-p4ufllzzl8] {
    width: 700px;
}

@media (max-width: 991.98px) {
    .half .bg[b-p4ufllzzl8] {
        height: 200px;
    }

    .align-items-center[b-p4ufllzzl8] {
        align-items: normal !important;
    }

    .imgLogo[b-p4ufllzzl8] {
        width: 230px;
        height: 200px;
        margin: 0px,10px,0px,5px;
    }

    .topcvl[b-p4ufllzzl8] {
        margin-top: 25px;
    }
}

.half .contents[b-p4ufllzzl8] {
    /*background: #f6f7fc;*/
}

.half .contents[b-p4ufllzzl8], .half .bg[b-p4ufllzzl8] {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents[b-p4ufllzzl8], .half .bg[b-p4ufllzzl8] {
        width: 100%;
    }
}

.half .contents .form-control[b-p4ufllzzl8], .half .bg .form-control[b-p4ufllzzl8] {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff;
}

    .half .contents .form-control:active[b-p4ufllzzl8], .half .contents .form-control:focus[b-p4ufllzzl8], .half .bg .form-control:active[b-p4ufllzzl8], .half .bg .form-control:focus[b-p4ufllzzl8] {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

.half .bg[b-p4ufllzzl8] {
    background-size: cover;
    background-position: center;
}

.half a[b-p4ufllzzl8] {
    color: #888;
    text-decoration: underline;
}

.half .btn[b-p4ufllzzl8] {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass[b-p4ufllzzl8] {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control[b-p4ufllzzl8] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-p4ufllzzl8] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-p4ufllzzl8] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-p4ufllzzl8] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-p4ufllzzl8] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-p4ufllzzl8],
.control input:focus ~ .control__indicator[b-p4ufllzzl8] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-p4ufllzzl8] {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-p4ufllzzl8],
.control input:checked:focus ~ .control__indicator[b-p4ufllzzl8] {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator[b-p4ufllzzl8] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-p4ufllzzl8]:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator[b-p4ufllzzl8]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-p4ufllzzl8]:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator[b-p4ufllzzl8]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-p4ufllzzl8] {
    background-color: #7e0cf5;
    opacity: .2;
}
/* _content/CVL/Components/Account/Pages/RecoverPasswordPage.razor.rz.scp.css */
body[b-1xwupboiqt] {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

p[b-1xwupboiqt] {
    color: #b3b3b3;
    font-weight: 300;
}

h1[b-1xwupboiqt], h2[b-1xwupboiqt], h3[b-1xwupboiqt], h4[b-1xwupboiqt], h5[b-1xwupboiqt], h6[b-1xwupboiqt],
.h1[b-1xwupboiqt], .h2[b-1xwupboiqt], .h3[b-1xwupboiqt], .h4[b-1xwupboiqt], .h5[b-1xwupboiqt], .h6[b-1xwupboiqt] {
    font-family: "Roboto", sans-serif;
}

a[b-1xwupboiqt] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover[b-1xwupboiqt] {
        text-decoration: none !important;
    }

.content[b-1xwupboiqt] {
    padding: 7rem 0;
}

h2[b-1xwupboiqt] {
    font-size: 20px;
}

.half[b-1xwupboiqt], .half .container > .row[b-1xwupboiqt] {
    height: 100vh;
    min-height: 700px;
}

.imgLogo[b-1xwupboiqt] {
    width: 700px;
}

@media (max-width: 991.98px) {
    .half .bg[b-1xwupboiqt] {
        height: 200px;
    }

    .align-items-center[b-1xwupboiqt] {
        align-items: normal !important;
    }

    .imgLogo[b-1xwupboiqt] {
        width: 230px;
        height: 200px;
        margin: 0px,10px,0px,5px;
    }

    .topcvl[b-1xwupboiqt] {
        margin-top: 25px;
    }
}

.half .contents[b-1xwupboiqt] {
    /*background: #f6f7fc;*/
}

.half .contents[b-1xwupboiqt], .half .bg[b-1xwupboiqt] {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents[b-1xwupboiqt], .half .bg[b-1xwupboiqt] {
        width: 100%;
    }
}

.half .contents .form-control[b-1xwupboiqt], .half .bg .form-control[b-1xwupboiqt] {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff;
}

    .half .contents .form-control:active[b-1xwupboiqt], .half .contents .form-control:focus[b-1xwupboiqt], .half .bg .form-control:active[b-1xwupboiqt], .half .bg .form-control:focus[b-1xwupboiqt] {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

.half .bg[b-1xwupboiqt] {
    background-size: cover;
    background-position: center;
}

.half a[b-1xwupboiqt] {
    color: #888;
    text-decoration: underline;
}

.half .btn[b-1xwupboiqt] {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass[b-1xwupboiqt] {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control[b-1xwupboiqt] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-1xwupboiqt] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-1xwupboiqt] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-1xwupboiqt] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-1xwupboiqt] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-1xwupboiqt],
.control input:focus ~ .control__indicator[b-1xwupboiqt] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-1xwupboiqt] {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-1xwupboiqt],
.control input:checked:focus ~ .control__indicator[b-1xwupboiqt] {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator[b-1xwupboiqt] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-1xwupboiqt]:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator[b-1xwupboiqt]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-1xwupboiqt]:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator[b-1xwupboiqt]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-1xwupboiqt] {
    background-color: #7e0cf5;
    opacity: .2;
}
/* _content/CVL/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bzw6u6wrik] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bzw6u6wrik] {
    flex: 1;
}

.sidebar[b-bzw6u6wrik] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(167, 118, 87) 0%, #d0a48a 70%);
}

.top-row[b-bzw6u6wrik] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bzw6u6wrik]  a, .top-row[b-bzw6u6wrik]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bzw6u6wrik]  a:hover, .top-row[b-bzw6u6wrik]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bzw6u6wrik]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bzw6u6wrik] {
        justify-content: space-between;
    }

    .top-row[b-bzw6u6wrik]  a, .top-row[b-bzw6u6wrik]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bzw6u6wrik] {
        flex-direction: row;
    }

    .sidebar[b-bzw6u6wrik] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bzw6u6wrik] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bzw6u6wrik]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bzw6u6wrik], article[b-bzw6u6wrik] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bzw6u6wrik] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-bzw6u6wrik] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CVL/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t5o1o7mffs] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-t5o1o7mffs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-t5o1o7mffs] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t5o1o7mffs] {
    /*font-size: 1.1rem;*/
}

.bi[b-t5o1o7mffs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t5o1o7mffs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t5o1o7mffs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t5o1o7mffs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-t5o1o7mffs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t5o1o7mffs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t5o1o7mffs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t5o1o7mffs]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-t5o1o7mffs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t5o1o7mffs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-t5o1o7mffs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t5o1o7mffs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t5o1o7mffs] {
        display: none;
    }

    .nav-scrollable[b-t5o1o7mffs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.sidebar[b-t5o1o7mffs] {
    background-image: linear-gradient(180deg, rgb(167, 118, 87) 0%, #d0a48a 70%);
}
.logocvl[b-t5o1o7mffs]{
    width:50px;
    margin:0px;
    background-color:#d7d7d7;
}
/* _content/CVL/Components/Pages/LoginPage.razor.rz.scp.css */
body[b-zv24nkmsli] {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

p[b-zv24nkmsli] {
    color: #b3b3b3;
    font-weight: 300;
}

h1[b-zv24nkmsli], h2[b-zv24nkmsli], h3[b-zv24nkmsli], h4[b-zv24nkmsli], h5[b-zv24nkmsli], h6[b-zv24nkmsli],
.h1[b-zv24nkmsli], .h2[b-zv24nkmsli], .h3[b-zv24nkmsli], .h4[b-zv24nkmsli], .h5[b-zv24nkmsli], .h6[b-zv24nkmsli] {
    font-family: "Roboto", sans-serif;
}

a[b-zv24nkmsli] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover[b-zv24nkmsli] {
        text-decoration: none !important;
    }

.content[b-zv24nkmsli] {
    padding: 7rem 0;
}

h2[b-zv24nkmsli] {
    font-size: 20px;
}

.half[b-zv24nkmsli], .half .container > .row[b-zv24nkmsli] {
    height: 100vh;
    min-height: 700px;
}
.imgLogo[b-zv24nkmsli]{
    width:700px;
}
@media (max-width: 991.98px) {
    .half .bg[b-zv24nkmsli] {
        height: 200px;
    }
    .align-items-center[b-zv24nkmsli] {
        align-items: normal !important;
    }
    .imgLogo[b-zv24nkmsli] {
        width: 230px;
        height: 200px;
        margin:0px,10px,0px,5px;
    }
    .topcvl[b-zv24nkmsli]{
        margin-top:25px;
    }
}

.half .contents[b-zv24nkmsli] {
    /*background: #f6f7fc;*/
}

.half .contents[b-zv24nkmsli], .half .bg[b-zv24nkmsli] {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents[b-zv24nkmsli], .half .bg[b-zv24nkmsli] {
        width: 100%;
    }
    
}

.half .contents .form-control[b-zv24nkmsli], .half .bg .form-control[b-zv24nkmsli] {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff;
}

    .half .contents .form-control:active[b-zv24nkmsli], .half .contents .form-control:focus[b-zv24nkmsli], .half .bg .form-control:active[b-zv24nkmsli], .half .bg .form-control:focus[b-zv24nkmsli] {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

.half .bg[b-zv24nkmsli] {
    background-size: cover;
    background-position: center;
}

.half a[b-zv24nkmsli] {
    color: #888;
    text-decoration: underline;
}

.half .btn[b-zv24nkmsli] {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass[b-zv24nkmsli] {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control[b-zv24nkmsli] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-zv24nkmsli] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-zv24nkmsli] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-zv24nkmsli] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-zv24nkmsli] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-zv24nkmsli],
.control input:focus ~ .control__indicator[b-zv24nkmsli] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-zv24nkmsli] {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-zv24nkmsli],
.control input:checked:focus ~ .control__indicator[b-zv24nkmsli] {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator[b-zv24nkmsli] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-zv24nkmsli]:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator[b-zv24nkmsli]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-zv24nkmsli]:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator[b-zv24nkmsli]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-zv24nkmsli] {
    background-color: #7e0cf5;
    opacity: .2;
}
/* _content/CVL/Components/Pages/RegisterPage.razor.rz.scp.css */
body[b-bah3x4646s] {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

p[b-bah3x4646s] {
    color: #b3b3b3;
    font-weight: 300;
}

h1[b-bah3x4646s], h2[b-bah3x4646s], h3[b-bah3x4646s], h4[b-bah3x4646s], h5[b-bah3x4646s], h6[b-bah3x4646s],
.h1[b-bah3x4646s], .h2[b-bah3x4646s], .h3[b-bah3x4646s], .h4[b-bah3x4646s], .h5[b-bah3x4646s], .h6[b-bah3x4646s] {
    font-family: "Roboto", sans-serif;
}

a[b-bah3x4646s] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover[b-bah3x4646s] {
        text-decoration: none !important;
    }

.content[b-bah3x4646s] {
    padding: 7rem 0;
}

h2[b-bah3x4646s] {
    font-size: 20px;
}

.half[b-bah3x4646s], .half .container > .row[b-bah3x4646s] {
    height: 100vh;
    min-height: 700px;
}

.imgLogo[b-bah3x4646s] {
    width: 700px;
}

@media (max-width: 991.98px) {
    .half .bg[b-bah3x4646s] {
        height: 200px;
    }

    .align-items-center[b-bah3x4646s] {
        align-items: normal !important;
    }

    .imgLogo[b-bah3x4646s] {
        width: 230px;
        height: 200px;
        margin: 0px,10px,0px,5px;
    }

    .topcvl[b-bah3x4646s] {
        margin-top: 25px;
    }
}

.half .contents[b-bah3x4646s] {
    /*background: #f6f7fc;*/
}

.half .contents[b-bah3x4646s], .half .bg[b-bah3x4646s] {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents[b-bah3x4646s], .half .bg[b-bah3x4646s] {
        width: 100%;
    }
}

.half .contents .form-control[b-bah3x4646s], .half .bg .form-control[b-bah3x4646s] {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff;
}

    .half .contents .form-control:active[b-bah3x4646s], .half .contents .form-control:focus[b-bah3x4646s], .half .bg .form-control:active[b-bah3x4646s], .half .bg .form-control:focus[b-bah3x4646s] {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

.half .bg[b-bah3x4646s] {
    background-size: cover;
    background-position: center;
}

.half a[b-bah3x4646s] {
    color: #888;
    text-decoration: underline;
}

.half .btn[b-bah3x4646s] {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass[b-bah3x4646s] {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control[b-bah3x4646s] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-bah3x4646s] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-bah3x4646s] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-bah3x4646s] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-bah3x4646s] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-bah3x4646s],
.control input:focus ~ .control__indicator[b-bah3x4646s] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-bah3x4646s] {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-bah3x4646s],
.control input:checked:focus ~ .control__indicator[b-bah3x4646s] {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator[b-bah3x4646s] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-bah3x4646s]:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator[b-bah3x4646s]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-bah3x4646s]:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator[b-bah3x4646s]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-bah3x4646s] {
    background-color: #7e0cf5;
    opacity: .2;
}
