.full-account {
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 100vh;
}
.box-logo-login {
    background-color: #C30419;
}
.box-logo-login img {
    height: 100vh;
    color: #c40419;
}
.main-acc {
    min-height: 100vh;
}
.back-acc {
    position: absolute;
    top: 40px;
    left: 80px;
    border-radius: 8px;
    background-color: #fff3;
    border: 1px solid #14375f0a;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.login-slogan{
    color: #D8B256;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    margin: 20px 0 80px;
}
.main-logo-login .btn {
    width: 260px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: rgba(252, 248, 237, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/**/
.main-acc-form{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    padding: 140px 100px 20px;
    min-height: 100vh;
}
.main-acc-form .title{
    color: #C30419;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.acc-form{
    position: relative;
    z-index: 1;
}
.acc-form .input-group-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: transparent;
    border: 0;
}
.acc-form .form-control {
    background-color: #FAF7EB;
    border: 0;
    height: 60px;
}
.acc-form .form-control,
.acc-form .form-select {
    padding-left: 20px;
    font-style: italic;
    font-size: 14px;
    border-radius: 8px !important;
    height: 48px;
}
i.view-mk {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #00000080;
    font-size: 14px;
    left: auto;
    right: 15px;
    cursor: pointer;
}
i.view-mk.active::before {
    content: "\f070";
}
.acc-form input:focus{
    z-index: 0 !important;
}
.acc-form h3{
    font-weight: 600;
}
.acc-last-line a {
    font-weight: 600 !important;
}

.btn-acc{
    height: 60px;
    background-color: #C30419;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
/**/
.text-fogot-password{
    color: #C30419;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.label-h {
    color: rgba(0, 0, 0, 0.40);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.label-h span{
    padding: 8px 0;
}
.label-h::before,
.label-h::after{
    content: "";
    height: 40px;
    width: 1px;
    border-right: 1px dashed rgba(0, 0, 0, 0.40);
}
.mxh-login{
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
}
.mxh-login a {
    border-radius: 8px;
    background: #F1F7FD;
    padding: 16px 22px;
    color: rgba(38, 38, 38, 0.80);
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.mxh-login a img{
    margin-right: 12px;
    width: 28px;
}
/**/
.text-forgot-password a{
    color: #C30419;
}
@media only screen and (max-width: 1400px) {
    .back-acc {
        top: 10px;
        width: 40px;
        height: 40px;
    }
    .main-acc-form {
        padding: 60px 80px 20px;
    }
    .main-acc-form .title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .main-acc-form .mb-md-5{
        margin-bottom: 20px !important;
    }
    .btn-acc,
    .acc-form .form-control, .acc-form .form-select {
        height: 37px;
    }
    .label-h::before, .label-h::after {
        height: 5px;
    }
    .mxh-login {
        font-size: 12px;
    }
    .mxh-login a img {
        margin-right: 5px;
        width: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .main-acc-form .title {
        font-size: 26px;
        line-height: normal;
    }
    .main-acc-form .back-acc {
        top: 20px;
        left: 50px;
        width: 35px;
    }
    .main-acc-form {
        padding: 80px 50px;
    }
    .mxh-login {
        grid-template-columns: 1fr;
    }
    .login-slogan {
        font-size: 16px;
        margin: 20px 0 40px;
    }
    .btn-acc {
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .main-acc-form{
        min-height: auto;
    }
    .col-login{
        width: 100% !important;
    }
    
    .box-logo-login {
        padding: 20px 0;
    }
    .main-logo-login img {
        max-width: 100%;
    }
    .mxh-login {
        grid-template-columns: 1fr 1fr;
    }
    /**/
    .main-acc-form .end-0 {
        width: 60px;
    }

}
@media only screen and (max-width: 640px) {
    .mxh-login {
        grid-template-columns: 1fr;
    }
    .main-acc-form {
        padding: 80px 20px;
    }
    .main-acc-form .back-acc {
        left: 20px;
    }
    .main-logo-login img {
        max-width: 70%;
    }
    .main-logo-login .btn {
        width: 225px;
        height: 50px;
    }
    .btn-acc {
        height: 48px;
    }
}