:root {
    --ct-auth-header-height: 100px;
    --ct-auth-footer-height: 150px;
}

html{
    font-size: 14px;
    line-height: 1.3;
}

body{
    font-family: var(--ct-font-family);
}

main{
    
}

.row{
    /* margin-bottom: 0px; */
}

.section-auth{
    min-height: 80svh;
    min-height: calc(100vh - (var(--ct-auth-header-height) + var(--ct-auth-footer-height)));
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-auth .section-header{
    margin-bottom: 20px;
}

.section-auth-login,
.section-auth-register{
    background: var(--ct-bg-gray-primary);
    font-size: var(--ct-login-font-size);
    color: var(--ct-login-text-color);
    font-weight: var(--ct-login-font-weight);
    line-height: 1;
    position: relative;
}

.section-login{
    background-image: url("/app/images/auth/bg-login.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--ct-login-font-size);
    color: var(--ct-login-text-color);
    font-weight: var(--ct-login-font-weight);
    line-height: 1;
    position: relative;
}

.section-register{
    background-image: url("/app/images/auth/bg-register.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--ct-login-font-size);
    color: var(--ct-login-text-color);
    font-weight: var(--ct-login-font-weight);
    line-height: 1;
    position: relative;
}

.section-auth-login .section-header,
.section-auth-register .section-header{
    padding-bottom: 20px;
}

.section-auth-login .section-title,
.section-auth-register .section-title{
    font-size: 1.8rem;
}

.mbr-overlay-auth{
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

.card-auth-option{
    background: #FFF;
    border-radius: var(--ct-login-ct-border-rd);
    margin-bottom: 50px;
    max-width: 320px;
    margin: auto;
    padding: 25px;
    margin-bottom: 25px;
}

.card-auth-option .card-header{
    border: 0px;
    background: transparent;
    padding: 0px;
    text-align: center;
}

.card-auth-option .card-header img{
    width: 100%;
    border-radius: var(--ct-login-ct-border-rd);
}

.card-auth-option .card-body{
    text-align: center;
    padding: 0px;
    min-height: 120px;
}

.card-auth-option .card-title{
    font-size: 2rem;
    font-weight: 600;
}

.card-auth-option .card-text{
    font-size: 1rem;
    font-weight: 400;
}

.card-auth-option .card-footer{
    background: transparent;
    border: 0px;
    border: 0px;
}

.card-auth-option .card-footer p{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.title-form-login{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}

.card-form-auth{
    background: transparent;
    border: 0px;
    max-width: 450px;
    margin: auto;
}

.card-form-auth .card-body{
    padding: 0px;
}

.card-form-auth p{
    color: #FFF;
    font-size: var(--ct-login-font-size);
    font-weight: var(--ct-login-font-weight);
    line-height: 1.5;
}

.card-form-auth label{
    color: #FFF;
    font-size: var(--ct-login-font-size);
    font-weight: var(--ct-login-font-weight);
    line-height: 1.5;
}

.card-form-auth .form-title{
    font-size: 1.6rem;
    font-weight: bold;
    color: rgb(215,102,7);
}

.card-form-auth .form-subtitle{
    font-size: 1.2rem;
    font-weight: bold;
}

.card-form-auth .form-text-info{
    font-size: 1rem;
}

.card-register-info{
    background: transparent;
    border: 0px;
    margin: auto;
}

.card-register-info .card-title{
    font-size: 4rem;
    font-weight: 700;
    text-align: left;
    color: #FFF;
}

.card-register-info .card-text-btn{
    font-size: 4rem;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    background: var(--ct-gradient-primary-r);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 12px;
}

.pass_body,
.pass_body_pers{
    display: none;
}

.pass_body .card,
.pass_body_pers .card{
    border: solid 1px #CED4DA;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
}

.pass_body .card .card-body,
.pass_body_pers .card .card-body{
    padding: 15px;
}

.pass_body p,
.pass_body_pers p{
    color: #FFF;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.pass_body .fa-times,
.pass_body_pers .fa-times{
    color: red;
    font-size: 14px;
}

.pass_body .fa-check,
.pass_body_pers .fa-check{
    color: green;
    font-size: 14px;
}

.pass_body hr,
.pass_body_pers hr{
    margin: 10px 0px;
}

.container-zi-2{
    z-index: 2;
}

/*MEDIA MAX*/
@media (max-width: 1399.98px) {
    
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {

}

@media (max-width: 479.98px) {

}


/*MEDIA MIN*/
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}