section #section-cont .section-tit2 {
    margin-bottom: 7.5rem;
    text-align: center;
}
section #section-cont .dua-checkbox label {
    font-weight: 400;
}
section #section-cont .dua-checkbox input[type='checkbox']:checked {
    background-color: var(--black);
    color: white;
}
section #section-cont .mdi-eye-outline,
section #section-cont .mdi-eye-off-outline {
    color: var(--lightGray);
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
section #section-cont .mdi-eye-outline:hover,
section #section-cont .mdi-eye-off-outline:hover {
    color: var(--black);
}
section #section-cont .btn-block {
    height: 12.5rem;
}
section #section-cont .btn-white {
    margin-top: 1.75rem;
}
section #section-cont #formLogin .form-group {
    margin-bottom: 4.5rem;
}
section #section-cont #formLogin #botonLogin {
    margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
    section {
        margin-top: 10rem;
    }
    section #section-cont {
        width: 257.5rem;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    section #section-cont > div {
        -webkit-flex: 0 0 112rem;
        flex: 0 0 112rem;
    }
    section #section-cont > div + div {
        margin-left: auto;
    }
}
@media (max-width: 991px) {
    section {
        margin-top: 7.5rem;
    }
    section #section-cont > div + div {
        margin-top: 15rem;
    }
}