* {
    font-family: 'Univers LT Std';
    font-size: 18px;
}

body {
    overflow-x: hidden;
}


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

.container-body {
    height: 100vh;
}

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

.img_back_left {
    background-color:#fff;
}

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

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

form {
    width: 90% !important;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: normal !important;
    font-size: 16px;
}

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

.h1_p {
    font-size: 30px !important;
    font-weight: bolder;
    color: #253746;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: bold !important;
}

.p-text {
    font-size: 16px !important;
    color: #253746;
    line-height: 1em;
    font-family: 'Univers LT Std', sans-serif;
    padding: 0 6% 2% 0;
}

.form-control {
    font-size: 14px !important;
    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: 'Univers LT Std', sans-serif;
}

.btn-login {
    background-color: #253746 !important;
    color: #fff !important;
    height: 50px;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: normal !important;
    border-radius: 0 !important;
    width: 50% ;
    font-size: 17px !important;
}

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

.forget {
    font-family: 'Univers LT Std', sans-serif;
    font-weight: normal !important;
    color: #253746;
    font-size: 16px;
}

.forget:hover {
    color: #737373;
}


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

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

.btn-login-microsoft{
    background-color: #fff !important;
    color: #253746 !important;
    height: 50px;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: 600 !important;
    border-radius: 0 !important;
    width: 90% ;
    font-size: 17px !important;
    border: 1px solid #253746 !important;
    margin-top: 10% !important;
}

.btn-login-microsoft:hover{
    background-color: #253746 !important;
    color: #fff !important;
}

.logo_microsoft{
    width: 4.5%;
    margin-left: 2%;
}

@media only screen and (max-width: 600px) {

    .img_back_right {
        display: none;
    }

    .logo_protela {
        width: 40%;
    }

}