* {
    font-family: 'Neo Sans Std', sans-serif;;
    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: 60%;
    padding-bottom: 10%;
}

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

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

.form-forgot 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;
    margin: 0 !important;
}

.p-text {
    text-align: center;
    font-size: 16px !important;
    color: #9B9B9B;
    line-height: 1em;
    font-family: 'Neo Sans 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: 'Neo Sans Std', sans-serif;
}

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

.btn-send: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-forgot{
    padding: 6% 7%;
}

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

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

.cont_right {
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: contain;
    padding: 5% 2%;
    text-align: center;
}

.logo{
    width: 40%;
    margin: 0 0 10% 0;
}

.change_password{
    text-align: center;
}

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

    .img_back_right {
        display: none;
    }

    .logo_protela {
        width: 40%;
    }

}
