* {
    font-family: 'Neo Sans Std', sans-serif;
    font-size: 18px;
    margin: 0;
    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/imagen_login.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100vh;
}

.img_back_left {
    background-color: #fff;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 3%; */
}

.logos {
    /* padding-bottom: 5%; */
    display: inline-block;
}

.form-control-label label {
    color: #FF6900;
    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: #9B9B9B;
    font-family: 'Neo Sans Std', sans-serif;
    font-weight: bold !important;
}

.p-text {
    text-align: center;
    font-size: 28px !important;
    color: #9B9B9B;
    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, #FF6900);
    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: #FF6900 !important;
    font-size: 16px;
}

.forget:hover {
    color: #737373;
}

.content-login {
    padding: 10px 7%;
}

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

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