* {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
}

label.error {
    margin-bottom: 0px !important;
}

.container-body {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.img_back_right {
    background-image: url("/assets/images/login-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.img_back_left {
    background-color: #fff;
}

.logo_cenit {
    width: 45%;
    padding-bottom: 5%;
}

.logo_wrapper {
    text-align: center;
}




.form-control-label label {
    color: #010043;
    font-weight: bolder;
    text-align: left;
    display: block !important;
    font-size: 18px;
    /* font-family: 'Univers LT Std', sans-serif; */
    font-weight: bold !important;
}

.form-login p {
    font-size: 14px;
}

.h1_p {
    text-align: center;
    font-size: 40px !important;
    color: #010043;
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: bold !important;
}

.p-text {
    text-align: center;
    font-size: 28px !important;
    color: #010043;
    line-height: 1em;
    font-family: 'Neo Sans Std', sans-serif;
    padding: 0 6% 2% 0;
}

.form-control {
    background: #E8EAED;
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 20px);
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    border: 1px solid #253746;
    border-radius: 0 !important;
    font-family: 'Neo Sans Std', sans-serif;
}

.btn-login {
    background-image: linear-gradient(to bottom, #FF890B, #010043);
    color: #fff !important;
    height: 40px;
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: normal !important;
    border-radius: 0 !important;
    width: 100%;
    font-size: 17px !important;
}

.btn-login:hover {
    background-color: #506D85 !important;
    color: #fff !important;
}

.forget {
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: normal !important;
    color: #010043 !important;
    font-size: 16px;
}

.forget:hover {
    color: #737373;
}

.content-login {
    padding: 6% 7%;
}

.col-12 {
    padding: 0 !important;
}

@media only screen and (max-width: 600px) {
    .img_back_right {
        display: none;
    }
    .img_back_left {
        width: 100%;
    }
}

/* Portátiles comunes */
@media screen and (max-width: 1366px) {
    .content-login {
        padding: 4% 6%;
    }

    .h1_p {
        font-size: 32px !important;
    }

    .p-text {
        font-size: 22px !important;
    }

    .logo_cenit {
        width: 40%;
        
    }
}

/* Escala visual (125% - 150%) típica en pantallas Full HD */
@media screen and (max-width: 1920px) and (min-resolution: 120dpi) {
    .h1_p {
        font-size: 36px !important;
    }

    .p-text {
        font-size: 24px !important;
    }

    .form-control {
        font-size: 16px;
        height: 48px;
    }

    .btn-login {
        font-size: 16px !important;
        height: 44px;
    }
}

/* Tablets o pantallas pequeñas */
@media screen and (max-width: 768px) {
    .container-body {
        flex-direction: column;
    }

    .img_back_right {
        display: none;
    }

    .img_back_left {
        width: 100%;
    }

    .logo_cenit {
        width: 60%;
        margin: 0 auto;
    }

    .content-login {
        padding: 8% 10%;
    }

    .h1_p {
        font-size: 28px !important;
    }

    .p-text {
        font-size: 20px !important;
    }
}

/* Móviles */
@media screen and (max-width: 480px) {
    .h1_p {
        font-size: 24px !important;
    }

    .p-text {
        font-size: 18px !important;
    }

    .btn-login {
        font-size: 15px !important;
    }

    .form-control {
        font-size: 14px;
        height: 40px;
    }

    .forget {
        font-size: 14px;
    }
}

