/*.back-login{*/

/*position:fixed;*/

/*left:0px;*/

/*top: 0px;*/

/*width:100%;*/

/*height: 100%;*/

/*background:url('../../img/back-login-1.mp4');*/

/*background-repeat: no-repeat;*/

/*background-attachment: fixed;*/

/*background-position: center;*/

/*-webkit-background-size: 100% 100%;*/

/*-moz-background-size: 100% 100%;*/

/*-o-background-size: 100% 100%;*/

/*background-size: 100% 100%;*/

/*}*/

/*.back-login:before{*/

/*content: '';*/

/*position:fixed;*/

/*left:0px;*/

/*top: 0px;*/

/*width:100%;*/

/*height: 100%;*/

/*background:black;*/

/*opacity: 0.3;*/

/*}*/

.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.card-cadastro {
    position: fixed;
    left: 35%;
    top: 50%;
    margin-left: -175px;
    margin-top: -225px;
    width: 50%;
    height: 450px;
}
.card-cadastro:before {
    content: '';
    position: fixed;
    left: 35%;
    top: 50%;
    margin-left: -175px;
    margin-top: -225px;
    width: 50%;
    height: 495px;
    background-color: #fff;
    box-shadow: 0px 0px 40px black;
    /*opacity: 0.7;*/
    z-index: -1;
    border-radius: 10px;
}
.card-login {
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -175px;
    margin-top: -225px;
    width: 350px;
    height: 450px;
}
.card-login:before {
    content: '';
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -225px;
    width: 350px;
    height: 420px;
    background-color: #fff;
    box-shadow: 0px 0px 40px black;
    /*opacity: 0.7;*/
    z-index: -1;
    border-radius: 10px;
}
.is-full {
    width: 100%;
}
.is-center {
    text-align: center;
}
.fundo-logo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 140px;
    background-color: white;
    border-bottom: 1px solid #0053a9;
    z-index: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.img-logo {
    position: relative;
    width: 70%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.img-logo-cad {
    position: relative;
    width: 40%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.mensagem {
    position: unset;
    left: 25%;
    top: 5%;
    height: 140px;
    background-color: transparent;
    z-index: 2;
    padding-top: 0px;
}
.superior {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 140px;
    background-color: #2C3979;
    z-index: 2;
    border-bottom: 1px solid #0053a9;
    opacity: 0.3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.inferior {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 140px;
    /*background-image: url("../img/back.login.3.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.3;
}
.app-login .group input {
    background-color: transparent;
    /*color: #3e3e3e !important;*/
    color: #666 !important;
    border-bottom: 1px solid #0053a9;
}
.app-login input:valid, .app-login textarea:valid {
    border-bottom: 1px solid #0053a9;
}
.app-login input:focus~label, .app-login input.used~label, .app-login input.data~label, .app-login textarea:focus~label, .app-login textarea.used~label, .app-login textarea.data~label {
    top: -20px;
    font-size: 13px;
    color: #0053a9 !important;
}
.app-login input:focus~.bar:before, .app-login input:focus~.bar:after, .app-login textarea:focus~.bar:before, .app-login textarea:focus~.bar:after {
    width: 50%;
}
.form-login label {
    color: #0053a9 !important;
}
.btn.btn-info:disabled, .btn.btn-info[disabled], .btn-info.btn-login {
    width: 80%;
    background-color: #0053a9 !important;
}
.btn-info.btn-login:hover {
    background-color: #00bcd4 !important;
}
.app-login .bar:before, .app-login .bar:after {
    background: #0053a9;
}
.app-login .btn-login .btn-cadastrar {
    background-color: #0053a9;
}
.btn-cadastrar {
    width: 100%;
}
.link-esqueceu-senha, .login-esqueceu-senha {
    color: #0053a9 !important;
}
.link-esqueceu-senha:hover {
    cursor: pointer;
}
.login-esqueceu-senha:hover {
    font-weight: 500;
    cursor: pointer;
}
.video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7;
}
.app-login .login-mobile {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-login .login-mobile .box-login-mobile {
    width: 100%;
    max-width: 25rem;
    margin: -5rem auto 0;
}
@media screen and (max-device-width: 768px) {
    @media (orientation: portrait) {
        body {
            background: transparent;
            overflow-y: scroll;
            /*padding-top: 50px;*/
            overflow-block: hidden;
            width: 100%;
            flex-wrap: nowrap;
        }
        .app-login .login-mobile {
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 100px;
            margin-left: 5px;
        }
        .app-login .login-mobile .box-login-mobile {
            width: 100%;
        }
        .img-logo {
            position: relative;
            width: 50%;
            display: block;
            top: 50%;
            left: 50%;
            margin-bottom: 50px;
            transform: translate(-50%, 20%);
        }
    }
    @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
        body {
            width: 100%;
            background: transparent;
            overflow-y: scroll;
            /*padding-top: 50px;*/
            overflow-x: unset;
            flex-wrap: nowrap;
        }
        .app-login .login-mobile {
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding-top: 200px;
        }
        .app-login .login-mobile .box-login-mobile {
            width: 100%;
        }
        .img-logo {
            position: relative;
            width: 130px;
            display: block;
            top: 50%;
            left: 50%;
            margin-bottom: 50px;
            transform: translate(-50%, 20%);
        }
    }
}
@media screen and (max-device-width: 1280px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    body {
        width: 100%;
        background: transparent;
        overflow-y: scroll;
        padding-top: 50px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .app-login .login-mobile {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 200px;
    }
    .app-login .login-mobile .box-login-mobile {
        width: 100%;
    }
    .img-logo {
        position: relative;
        width: 130px;
        display: block;
        top: 50%;
        left: 50%;
        margin-bottom: 50px;
        transform: translate(-50%, 20%);
    }
}
.group.login-mobile-usuario input, .group.login-mobile-senha input {
    border-bottom-color: #0053a9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.login-mobile-usuario label, .login-mobile-usuario input.used~label, .login-mobile-usuario input:focus~label, .login-mobile-senha label, .login-mobile-senha input.used~label, .login-mobile-senha input:focus~label {
    color: #0053a9 !important;
}
.login-mobile-usuario input:valid, .login-mobile-senha input:valid {
    color: gray !important;
}
.app-login .login-mobile-usuario .bar:before, .app-login .login-mobile-usuario .bar:after, .app-login .login-mobile-senha .bar:before, .app-login .login-mobile-senha .bar:after {
    background: #0053a9;
}
.app-login .login-mobile-entrar .btn-login {
    width: 28rem;
}
.app-login .login-mobile-entrar .btn-login:hover {
    background-color: #1da8ff;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #0053a9;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 10px;
    height: 20px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #0053a9;
    border-bottom: 2px solid #0053a9;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="checkbox"], [type="checkbox"]:before, [type="checkbox"]:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
[type="checkbox"] {
    display: none;
}
.checkbox {
    margin-top: -10px !important;
    margin-bottom: 0px !important;
    color: #0053a9;
}
.checkbox:hover {
    font-weight: 500 !important;
}
.esqueceu-senha {
    padding-top: 8px;
}
.cadastrar-novo a, .cadastrar-novo {
    color: #0053a9;
}
.cadastrar-novo-mobile {
    padding: 10px 0 10px 0;
    color: #0053a9;
}
.cadastrar-novo a:hover {
    cursor: pointer;
}
.app-login {
    background: white !important;
    min-height: calc(100vh - 0px)!important;
}
.img-logo-cad-login {
    position: relative;
    width: 130px;
    display: block;
    top: 75px;
    margin-left: -65px;
    left: 50%;
}
.cad_login {
    position: relative;
    margin-top: 90px !important;
    text-align: center;
}
.fundo_campos_cad_login {
    position: relative;
    left: 50%;
    max-width: 300px;
    transform: translate(-50%, 0%);
    margin-top: 75px;
}
.cad_login_alerta {
    position: relative;
    margin-top: 90px !important;
    height: calc(100vh - 300px);
    text-align: center;
}
.fundo_campos_cad_login_alerta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20vh 0;
}
.fundo_campos_cad_login_alerta>div>div>button {
    width: fit-content;
    margin: auto;
    display: flex;
    align-self: center;
}