@media only screen and (min-width: 768px) {
    body .body-cont {
        width: 75%;
        padding: 5% 36px 5%;
        min-height: 100vh;
    }
}

.formulario-cliente-new-pag .body-cont, .formulario-nacionalidad-pag .body-cont {
    margin: 0 auto;
}

.div-subtitle-section {
    margin-bottom: 2em !important;
}

body .form-cont div.new-form .fa-eye {
    right: 20px;
    bottom: 17px;
    cursor: pointer;
}