@import 'Cronos.App.Client.iakr6iqdpk.bundle.scp.css';

/* _content/Cronos.App/Components/Layout/FormularioInicialLayout.razor.rz.scp.css */

p[b-qvnxxeqe5m] {
    color: #333;
    font-weight: 300;
}

a[b-qvnxxeqe5m] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.content[b-qvnxxeqe5m] {
    padding: 7rem 0;
}

.img-login[b-qvnxxeqe5m] {
    background-image: url('images/login.jpg');
    background-size: cover;
}

h2[b-qvnxxeqe5m] {
    font-size: 20px;
}

.half[b-qvnxxeqe5m], .half .container > .row[b-qvnxxeqe5m] {
    height: 100vh;
}

    .half .contents[b-qvnxxeqe5m], .half .bg[b-qvnxxeqe5m] {
        width: 50%;
    }

@media (max-width: 1199.98px) {
    .half .contents[b-qvnxxeqe5m], .half .bg[b-qvnxxeqe5m] {
        width: 100%;
    }
}

/*.half .contents .form-group, .half .bg .form-group {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 15px 15px;
    border-bottom: none;
    position: relative;
}

.half .contents .form-group label, .half .bg .form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.half .contents .form-group input:focus + label, .half .bg .form-group input:focus + label {
    margin-top: -20px;
}

.half .contents .form-group.first, .half .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    .half .contents .form-group.last, .half .bg .form-group.last {
        border-bottom: 1px solid #efefef;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .half .contents .form-group label, .half .bg .form-group label {
        font-size: 14px;
        display: block;
        margin-bottom: 0;
        color: #b3b3b3;
    }

    .half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
        margin-top: -20px;
    }

.half .contents .form-control, .half .bg .form-control {
    border: none;
    padding: 0;
    font-size: 1rem;
    border-radius: 0;
}

    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

.half .bg[b-qvnxxeqe5m] {
    background-size: cover;
    background-position: center;
}

.half a[b-qvnxxeqe5m] {
    color: #666;
}

.half .btn[b-qvnxxeqe5m] {
    height: 54px;
}

.control[b-qvnxxeqe5m] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-qvnxxeqe5m] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-qvnxxeqe5m] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-qvnxxeqe5m] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-qvnxxeqe5m] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-qvnxxeqe5m],
.control input:focus ~ .control__indicator[b-qvnxxeqe5m] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-qvnxxeqe5m] {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-qvnxxeqe5m],
.control input:checked:focus ~ .control__indicator[b-qvnxxeqe5m] {
    background: #1a88ff;
}

.control input:disabled ~ .control__indicator[b-qvnxxeqe5m] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-qvnxxeqe5m]: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-qvnxxeqe5m]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-qvnxxeqe5m]: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-qvnxxeqe5m]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-qvnxxeqe5m] {
    background-color: #7e0cf5;
    opacity: .2;
}



@media (max-width: 991.98px) {
    .half .bg[b-qvnxxeqe5m] {
        height: 250px;
    }

    .half .bg[b-qvnxxeqe5m] {
        background-position: 30% 20%;
    }

    .half[b-qvnxxeqe5m], .half .container > .row[b-qvnxxeqe5m] {
        height: 75vh;
    }
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    height: 90vh;
}

.logo {
    margin-top: 500px
}

.container-body {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    height: 90vh;
    width:60vw;
}

@media (max-width:800px) {
    .container-body {
        width: 90vw;
    }
}
*/
/* _content/Cronos.App/Components/Layout/VazioLayout.razor.rz.scp.css */

p[b-8hkdvgggaq] {
    color: #333;
    font-weight: 300;
}

a[b-8hkdvgggaq] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.content[b-8hkdvgggaq] {
    padding: 7rem 0;
}

.img-login[b-8hkdvgggaq] {
    background-image: url('images/login.jpg');
    background-size: cover;
}

h2[b-8hkdvgggaq] {
    font-size: 20px;
}

.half[b-8hkdvgggaq], .half .container > .row[b-8hkdvgggaq] {
    height: 100vh;
}

    .half .contents[b-8hkdvgggaq], .half .bg[b-8hkdvgggaq] {
        width: 50%;
    }

@media (max-width: 1199.98px) {
    .half .contents[b-8hkdvgggaq], .half .bg[b-8hkdvgggaq] {
        width: 100%;
    }
}

/*.half .contents .form-group, .half .bg .form-group {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 15px 15px;
    border-bottom: none;
    position: relative;
}

.half .contents .form-group label, .half .bg .form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.half .contents .form-group input:focus + label, .half .bg .form-group input:focus + label {
    margin-top: -20px;
}

.half .contents .form-group.first, .half .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    .half .contents .form-group.last, .half .bg .form-group.last {
        border-bottom: 1px solid #efefef;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .half .contents .form-group label, .half .bg .form-group label {
        font-size: 14px;
        display: block;
        margin-bottom: 0;
        color: #b3b3b3;
    }

    .half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
        margin-top: -20px;
    }

.half .contents .form-control, .half .bg .form-control {
    border: none;
    padding: 0;
    font-size: 1rem;
    border-radius: 0;
}

    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

.half .bg[b-8hkdvgggaq] {
    background-size: cover;
    background-position: center;
}

.half a[b-8hkdvgggaq] {
    color: #666;
}

.half .btn[b-8hkdvgggaq] {
    height: 54px;
}

.control[b-8hkdvgggaq] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption[b-8hkdvgggaq] {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input[b-8hkdvgggaq] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator[b-8hkdvgggaq] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator[b-8hkdvgggaq] {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator[b-8hkdvgggaq],
.control input:focus ~ .control__indicator[b-8hkdvgggaq] {
    background: #ccc;
}

.control input:checked ~ .control__indicator[b-8hkdvgggaq] {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator[b-8hkdvgggaq],
.control input:checked:focus ~ .control__indicator[b-8hkdvgggaq] {
    background: #1a88ff;
}

.control input:disabled ~ .control__indicator[b-8hkdvgggaq] {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator[b-8hkdvgggaq]: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-8hkdvgggaq]:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator[b-8hkdvgggaq]: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-8hkdvgggaq]:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator[b-8hkdvgggaq] {
    background-color: #7e0cf5;
    opacity: .2;
}



@media (max-width: 991.98px) {
    .half .bg[b-8hkdvgggaq] {
        height: 250px;
    }

    .half .bg[b-8hkdvgggaq] {
        background-position: 30% 20%;
    }

    .half[b-8hkdvgggaq], .half .container > .row[b-8hkdvgggaq] {
        height: 75vh;
    }
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    height: 90vh;
}

.logo {
    margin-top: 500px
}

.container-body {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    height: 90vh;
    width:60vw;
}

@media (max-width:800px) {
    .container-body {
        width: 90vw;
    }
}
*/
