#recaptcha>div{
    width: initial !important;
}
.imagemPrincipal {  
    background-color: white;
    background-repeat: no-repeat !important; 
    background-size: contain !important;    
}
.campoSenha {
    margin-top: 10px;
}
.campoSenha:hover {
    /*color: black;    */
    background-color: #d9dcfd;
}
.invisivel {
    display: none;
}

#logoLogin {
    display: none;
}

/* INPUT PASSWORD */ /* OES-89 (18/09/23) [LUAN BONIFACIO] ->  Insercao de icone com evento (mostrar e esconder) senha.*/
div.areaSenha {
    position: relative;
}

div.areaSenha i {
    position: absolute;
    right: 2%;
    top: 30%;
    cursor: pointer;
    outline: 0;
}

/* CHECKBOX */ /* OES-88 (12/09/23) [LUAN BONIFACIO] ->  Insercao de campo (checkbox) para manter o Equipamento como confiavel.*/
.checkbox-wrapper-42 {
    display: flex;
    flex-direction: row;
    text-align: initial;
    align-items: center;
}

.checkbox-wrapper-42 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 .cbx {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox-wrapper-42 .cbx:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.checkbox-wrapper-42 .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked~.cbx {
    border-color: transparent;
    background: rgba(0, 189, 174, 1);
    animation: jelly-42 0.6s ease;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked~.cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.checkbox-wrapper-42 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

@-moz-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@-o-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
/* CHECKBOX */

@media screen and (max-width: 767px){
    #logoLogin {
        display: initial;
    }

    #logoPix {
        display: none;
    }

    .imagemPrincipal {
        display: none;
    }

    .bg-white input, .bg-white select, .bg-white button {
        font-size: 20px;
    }
}