body {
    font-family: 'Roboto', sans-serif;
}

.oswalt {
    font-family: 'Oswald', sans-serif;
}

.titulo {
    font-size: 26px;
    font-weight: 700;
    color: #171F31;
    margin-bottom: 22px;
    text-align: center;
}

.titulo_pass {
    font-size: 26px;
    font-weight: 700;
    color: #171F31;
    text-align: center;
    margin-bottom: 22px;
}

.subtitulo {
    font-size: 14px;
    color: #171F31;
    text-align: center;
    display: block;
    max-width:380px;
    margin:auto;
    margin-bottom: 30px;
}
.subtitulo_pass {
    font-size: 14px;
    color: #171F31;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.recuperar-password,
.recuperar-password:hover {
    color: #4B7BFF;
    font-weight: 700;
    /*    color: #522424;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 14px;*/
}

.div-remember {
    font-size: 18px;
    color: #522424;
}

    .div-remember input {
        height: 20px;
        width: 20px;
        margin-right: 5px;
    }

.btn-primary {
    height: 48px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop27 {
    margin-top: 27px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop35 {
    margin-top: 35px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop45 {
    margin-top: 45px;
}

.mtop55 {
    margin-top: 55px;
}

.ibox-content {
    padding: 15px 35px 20px 35px;
    padding: 0;
    /*box-shadow: 0px 3px 6px rgba(111,111,111, 0.4);*/
    border: none;
    background-color: transparent;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 3px 6px #00000029;*/
    max-width: 461px;
    margin: auto;
}


.MBot50 {
    margin-bottom: 50px;
}

.middle-box {
    padding-top: 0px;
    max-width: 100%;
}

a:hover {
    color: #D13212;
}

.w100 {
    width: 100%;
}

.gradient_login {
    /*background: transparent radial-gradient(closest-side at 68% 25%, #045BB5 -220%, #0F2C4D 280%) 0% 0% no-repeat padding-box;*/
}

.background_image {
    /*background: transparent radial-gradient(closest-side at 74% 28%, #0760A4 0%, #054474 100%) 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;*/
    height: 100%;
}

.blanco_ovalado {
    width: 50%;
    background: #fff;
    position: absolute;
    height: 150%;
    /*border-top-right-radius: 200%;
    border-bottom-right-radius: 200%;*/
    /*TOP: -25%;*/
    TOP: -50%;
}

.pSide0 {
    padding-left: 0px;
    padding-right: 0px;
}

.panel_style {
    width: 485px;
    /*position: relative;*/
    left: 50%;
    top: 50%;
    /*  margin-top: -290.25px;
  margin-left: -217.5px;*/
}

.panel_style2 {
    width: 435px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -290.25px;
    margin-left: -217.5px;
}

.div_logo {
    position: absolute;
    left: calc(65% - 89px);
    top: calc(43vh);
}

.img_logo_desktop {
    height: 135px;
}

.img_logo_mobile {
    display: none;
}

@media(max-width: 350px) {
    .ibox_content_percent {
        width: 80%;
        margin: 0 auto;
    }
}

@media(min-width: 351px) and (max-width: 425px) {
    .ibox_content_percent {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width: 425px) {
    .img_logo_desktop {
        height: 110px;
        display: none;
    }

    .img_logo_mobile {
        width: 190px;
        display: block;
    }

    .titulo {
        font-size: 24px;
    }
}

@media(min-width: 426px) and (max-width: 767px) {
    .img_logo_desktop {
        height: 120px;
        display: none;
    }

    .img_logo_mobile {
        width: 200px;
        display: block;
    }
}

@media(min-width: 1024px) and (max-width: 1440px) {
    .panel_style {
        left: calc(50% - 0px);
    }

    .panel_style2 {
        left: calc(50% - 200px);
    }

    .div_logo {
        left: calc(60% - 89px);
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .panel_style {
        left: calc(50% - 0px);
    }

    .panel_style2 {
        left: calc(48% - 200px);
    }

    .div_logo {
        left: calc(55% - 89px);
    }
}

.img_login_dims {
    /*width: 275px;*/
    max-width:420px;
}

@media(max-width: 767px) {
    .background_image {
        background-position-x: 100%;
    }

    .panel_style {
        left: calc(50% - 0px);
    }

    .panel_style2 {
        left: calc(50% - 200px);
        top: calc(32vh);
    }

    /* Para logo Desktop */
    /*.div_logo {
        left: calc(47% - 60px);
        top: calc(10vh);
    }*/

    /* Para logo Mobile */
    .div_logo {
        left: calc(50% - 100px);
        top: calc(14vh);
    }

    .img_login_dims {
        width: 235px;
    }
}

.label_panel {
    color: #AEB7BF;
}

.form-control {
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    font-size: 15px;
}

input[type="text"],
input[type="text"]:hover,
input[type="text"]:focus,
textarea {
    background-color: #F0F2F7 !important;
}

input[type="password"],
input[type="password"]:hover,
input[type="password"]:focus {
    background-color: #F0F2F7 !important;
    /*border: none;*/
    /*border-bottom: 2px solid #FFB078 !important;*/
}

.input_box input {
    color: #000 !important;
    border: none;
    border-bottom: 2px solid white;
    background: #F0F2F7 0% 0% no-repeat padding-box;
    padding:9px 14px;
}

    .input_box input::placeholder {
        color: #AAB7D1;
    }

input.password {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #FFB078 !important;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-primary.btn_gradient_entrar {
    background: #4B7BFF 0% 0% no-repeat padding-box;
    /*box-shadow: 2px 6px 12px #0000002E;*/
    color: #fff;
    font-size: 12px;
    padding: 0 65px;
    display: inline-block;
    font-weight: 700;
    border: none !important;
    width: 100%;
    letter-spacing: 0.26px;
    margin-top: 54px;
    border-radius: 20px;
}

    .btn-primary.btn_gradient_entrar.disabled {
        pointer-events: none;
        opacity: 0.5;
    }
    .btn-primary.btn_gradient_entrar.pass{
        margin-top:36px;
    }
    /* Change the white to any color ;) */
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #000000 !important;
        font-size: inherit;
        /*font: 400 13.3333px Arial;*/
    }

.img_changedpass_ok {
    width: 85px;
}

.div_img_changedpass_ok {
    margin-top: 32px;
    text-align: center;
}

#panel_left {
    background: #052E9E 0% 0% no-repeat padding-box;
    /*background: #000 0% 0% no-repeat padding-box;*/
    padding: 50px 0;
    text-align: center;
}

#panel_right {
    /*background: transparent linear-gradient(70deg, #F5B434 0%, #E7543A 100%) 0% 0% no-repeat padding-box;*/

    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.mbottomPass {
    margin-bottom: 1rem;
}

.form-control:focus, .single-line:focus {
    border-color: #fff;
}

.sa-button-container .confirm {
    background-color: #4B7BFF !important;
}
.VolverLogin {
    font-size: 14px;
    color: #171F31;
}
    .VolverLogin a {
        color: #4B7BFF;
    }

#modalOK {
}

    #modalOK * {
        max-width: 100%;
        text-align: center;
    }

    #modalOK .modal-dialog {
        max-width: 350px;
        border-radius: 6px;
        text-align: center;
    }
    #modalOK .ibox-content {
        padding: 15px 35px 20px 35px;
    }

    #modalOK .titulo_pass {
        color: #171F31;
        font-size: 16px;
        font-weight: 700;
    }

    #modalOK .subtitulo {
        color: #3C414B;
        font-size: 13px;
        font-weight: 400;
    }

    #modalOK .btn_gradient_entrar {
        max-width: 100%;
        margin-top: 0;
    }

    #modalOK .div_img_changedpass_ok {
        margin-top: 32px;
    }
