body {
    background-color: #EAEBEB!important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.log_page {
    width: 70%;
    background-color: white;
    margin-right: 15%;
    margin-left: 15%;
}

.log_page_header {
    padding: 127px 10%;
    position: relative;
    /* display: none; */
}
.page_title {
    font-family: opensan;
    font-size: 70px;
    font-weight: bold;
    color: white;
}
/* 
#loginpage {
    display: none;
} */

#regipage {
    display: none;
}

.login_header {
    padding: 20px 0px;
    background-color: #EAEBEB;
}

.login_header>div {
    font-family: Lato;
    color: #118081;
    font-size: 30px;
    border-left: solid 7px #118081;
    padding: 0 20px;
}

.login_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    padding-bottom: 0;
}

.card_table {
    margin-top: 20px;
    background: white;
    width: 94%;
}

.popups {
    padding: 1px 5px;
    background-color: white;
    border: solid 1px #ffb3b3;
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    width: 95%!important;
    border-radius: 20px;
    display: none;
    justify-content: space-around;
    align-items: center;
    background-color: #ffb3b3;
}

.popups::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ffb3b3 transparent;
}

.pass_forget {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: opensan;
    color: #7C7C7C;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    padding-bottom: 20px;
}

.pass_forget p {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: opensan;
    color: #7C7C7C;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
}

.btn {
    height: 50px;
    width: 180px;
    border-radius: 25px;
    background-color: #118081;
    font-family: opensan;
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.btn:hover {
    opacity: 0.8;
}

.login_footer {
    padding: 25px 0;
    margin: 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #68B0BC;
}

.login_footer .btn {
    height: 35px;
    font-size: 14px;
    margin-left: 20px;
    opacity: 0.8;
}

.login_footer p {
    font-family: opensan;
    font-size: 14px;
    color: #394646;
    margin: 0;
    margin-bottom: 30px;
}

.login_inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_foget {
    font-family: opensan;
    font-size: 13px;
    color: #394646;
    padding-bottom: 30px;
}

.login_foget span {
    font-family: opensan;
    font-size: 13px;
    color: #68B0BC;
    border-bottom: solid 1px #68B0BC;
    cursor: pointer;
    transition: all 0.5s;
}

.login_foget span:hover {
    font-weight: bold;
}
.responsive_div{
    width: 100%;
    height: 120px;
}
.btn-hid{
    display: block;
}
.btn-shw{
    display: none;
}
.btn-shw-mov{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .responsive_div{
        height: 60px;
    }
    .login_inputs {
        flex-direction: column;
    }
    .carousel_btn {
        display: none;
    }
    .page_title {
        font-size: 40px;
    }
    .log_page_header {
        padding: 150px 10%;
        width: 80%;
    }
    .login_header {
        padding: 20px 30px;
    }
    .btn-hid{
        display: none;
    }
    .btn-shw{
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .btn-hid{
        display: none;
    }
    .btn-shw{
        display: none;
    }
    .btn-shw-mov{
        display: block;
    }

}
@media only screen and (max-width: 600px) {
    .log_page {
        width: 96%;
        margin: 0 2%;
    }
    .login_footer {
        flex-direction: column;
    }
    .login_footer .btn {
        margin-left: 0px;
    }
}

.seccess_body1 {
    padding: 50px 0%;
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.login_seccess_title {
    font-family: opensan;
    font-size: 27px;
    color: #118081;
    margin-top: 0;
    width: 80%;
    text-align: center;
}

.login_seccess_text {
    font-family: opensan;
    font-size: 15px;
    color: #2E3136;
    max-width: 440px;
    width: 100%;
    text-align: center;
}

.seccess_body1 .btn {
    background-color: #80A6AC;
    margin-top: 20px;
}

.seccess_body2 {
    padding: 50px 0%;
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.seccess_body2 .btn {
    background-color: #80A6AC;
    margin-top: 20px;
}

.seccess_body3 {
    padding: 50px 0%;
    display: none;
    width: 96%;
    margin: 50px 2%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}

.seccess_body3 .btn {
    background-color: #80A6AC;
    margin-top: 20px;
}

#password_forget {
    display: none;
}

/* here css code  */

#herepage {
    display: none;
    background-color: #EAEBEB;
}

#herepage .login_header {
    width: 100%;
    display: block;
    background-color: #327240;
    padding: 30px 2.5%;
    font-family: Lato;
    color: white;
    font-size: 30px;
    font-style: normal;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    text-transform: capitalize;
}

.login_header span {
    font-size: 20px;
}

#herepage .login_body {
    background-color: #EAEBEB;
}

.card_table {
    width: 96%;
    background-color: #fff;
    box-shadow: 2px 2px 4px #707070;
}

.card_table>div {
    position: relative;
    margin-top: 0%!important;
}

.card_t_header {
    display: flex;
    width: 94%;
    margin-left: 3%;
    padding: 15px 0;
    border-bottom: solid 1px #68B0BC;
}

.line_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-left: solid 8px #118081;
}

.card_h_1 {
    width: 20%;
}

.card_h_1:last-child {
    text-align: right;
}

.card_h_2 {
    width: 40%;
}

.card_t_header>div>div:first-child {
    font-size: 14px;
    color: #118081;
    font-family: lato;
}

.card_h_1>div:last-child {
    font-size: 18px;
    color: #000;
    font-family: lato;
    font-weight: 600;
}

.card_h_2>div:last-child {
    font-size: 18px;
    color: #000;
    font-family: lato;
}

.card_t_body {
    display: flex;
    flex-direction: column;
}

.card_table p {
    text-align: center;
    font-size: 20px;
    font-family: lato;
    margin-bottom: 10px;
}

.rows {
    display: flex;
    font-size: 15px;
    font-family: lato;
    padding: 10px 0;
    color: #000;
    border-bottom: solid 1px #68B0BC;
}

.rows>div {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.rows>div:last-child {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#toggle1 {
    display: none;
}

#toggle2 {
    display: none;
}

.toggles .rows {
    color: #000;
    border-bottom: solid 1px #68B0BC;
}

.toggles :last-child {
    border-bottom: none;
}

.toggle_btns {
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-top: -21px;
}

.texts {
    color: #118081;
    font-family: lato;
    font-size: 15px;
    background-color: white;
    padding: 1px 10px;
    z-index: 3;
    width: 200px;
}

#herepage .btn {
    height: 40px;
    font-size: 20px;
    background-color: #D17C33;
    margin-bottom: 0px;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .card_t_header {
        flex-direction: column;
    }
    .card_h_1 {
        width: 80%;
        margin-left: 10%;
        text-align: center;
        border-bottom: solid 1px #68B0BC;
        margin-bottom: 10px;
    }
    .card_h_2 {
        width: 80%;
        margin-left: 10%;
        text-align: center;
        border-bottom: solid 1px #68B0BC;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .card_h_1:last-child {
        text-align: center;
    }
}

@media only screen and (max-width: 850px) {
    .rows {
        display: flex;
        flex-direction: column;
    }
    .rows>div {
        width: 100%;
    }
    .rows>div:last-child {
        width: 20%;
        margin-left: 40%;
        border-bottom: solid 1px #68B0BC;
    }
}

#up_derect_1 {
    display: none;
}

#up_derect_2 {
    display: none;
}

.error_border {
    color: red!important;
}

.u-alerts {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
    justify-content: space-around;
    align-items: center;
    font-family: opensan;
}

.u-alerts>div {
    width: 80%;
    max-width: 500px;
    padding: 60px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 20px;
}

.u-alerts h1 {
    font-size: 40px!important;
}

#warning_text {
    font-size: 25px;
    color: #7C7C7C;
    text-align: center;
}

.alert_close_btn {
    height: 50px;
    font-family: opensan;
    width: 200px;
    background-color: #68B0BC;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 25px;
    margin-top: 50px;
    border-radius: 25px;
    cursor: pointer;
    color: white;
    transition: all 0.5s;
}

.alert_close_btn:hover {
    border: solid 1px #68B0BC;
    background-color: white;
    color: #68B0BC;
}

@media only screen and (max-width: 850px) {
.u-alerts>div {
    padding: 50px 5%;
}

.u-alerts h1 {
    font-size: 30px!important;
}

#warning_text {
    font-size: 20px;
}

.alert_close_btn {
    height: 40px;
    width: 180px;
    font-size: 20px;
}

}
.pre_loaders{
    height: 80%;
}
.login_body>div {
    position: relative;
}
.online_state{
    display: block!important;
}
.page_top{
    position: relative;
}
.back_btn{
    height: 40px;
    border: solid 1px #D17C33;
    border-radius: 20px;
    background-color: #D17C33;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 30px;
    transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
.back_btn{
    margin-left: 0px;
}
}
.u-loader-payment{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 5;
    display: none;
}
.display_block {
    display: flex!important;
}

/* Alerta nueva */
.u-alert {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 900;
}

.u-alert-main {
    height: 300px;
    width: 80%;
    max-width: 500px;
    background-color: white;
    border-radius: 20px;
    margin: 10% 0% 0% 28%;
}

.u-alert-main-title {
    font-size: 25px;
    text-align: center;
    padding: 20px;
    color: grey;
}

.u-alert-main-btn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #118081;
    color: white;
    cursor: pointer;
}
@media only screen and (max-width: 800px) 
{
    .u-alert-size-mobile-m{
         margin: 20% 0% 0% 15%;
    }
}
@media only screen and (max-width: 600px) 
{
    .u-alert-size-mobile{
        margin-top: 50%;
        margin-left: 10%;
    }
}

