body {
    font-family: 'Lato', sans-serif;
}

.titulo {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: left;
}

.titulo_pass {
    font-size: 18px;
    font-weight: 700;
    color: #522424;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
    text-align: left;
}

.subtitulo {
    font-size: 15px;
    color: #111111;
    margin-bottom: 30px;
    display: inline-block;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.recuperar-password,
.recuperar-password:hover {
    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;
    /*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;*/
}


.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;*/
}

@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: 18px;
}

input[type="text"],
input[type="text"]:hover,
input[type="text"]:focus,
textarea {
    background-color: transparent !important;
    /*border: none;*/
    /*border-bottom: 2px solid #FFB078 !important;*/
    /*padding-left: 0px;
    padding-right: 0px;*/
}

input[type="password"],
input[type="password"]:hover,
input[type="password"]:focus {
    background-color: transparent !important;
    /*border: none;*/
    /*border-bottom: 2px solid #FFB078 !important;*/
}

.input_box input {
    color: #fff !important;
    border: none;
    border-bottom: 2px solid white;
    padding-left: 0;
}

    .input_box input::placeholder {
        color: #fff;
    }

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: #522424 0% 0% no-repeat padding-box;
    box-shadow: 2px 6px 12px #0000002E;
    border-radius: 30px;
    color: #fff !important;
    font-size: 16px;
    padding: 0 65px;
    display: inline-block;
    font-weight: 700;
    border: none !important;
    width: 100%;
    letter-spacing: 0.26px;
    margin-top: 75px;
}

    .btn-primary.btn_gradient_entrar.disabled {
        background: #E2E2E2 0% 0% no-repeat padding-box;
        pointer-events: none;
        opacity: 1;
    }

/* 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: #FFFFFF 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;
}

.mbottomPass {
    margin-bottom: 1rem;
}

.form-control:focus, .single-line:focus {
    border-color: #fff;
}

.sa-button-container .confirm {
    background-color: #522424!important;
}

#modalOK {
}

    #modalOK * {
        max-width: 100%;
        text-align: center;
    }

    #modalOK .modal-dialog {
        max-width: 350px;
        border-radius: 6px;
        text-align: center;
    }

    #modalOK .titulo_pass {
        color: #522424;
        font-size: 24px;
        font-weight: 700;
    }

    #modalOK .subtitulo {
        color: #111111;
        font-size: 15px;
        font-weight: 400;
    }

    #modalOK .btn_gradient_entrar {
        max-width: 100%;
        margin-top: 0;
    }

    #modalOK .div_img_changedpass_ok {
        margin-top: 0;
    }
