
.block-page-login {
   height: 100vh;
   height: 100dvh;
   overflow: hidden;
   width: 100%;
   position: relative;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
.block-page-login h1 {
   text-align: center;
   padding: 2% 0 3% 0;
   position: relative;
}
.block-page-login:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(33 141 32 / 90%) 0%, rgb(0 100 2 / 98%) 100%);
}

.box-login {
   position: relative;
   z-index: 1;
   width: 946px;
   margin: 0 auto;
   background: #fff;
   border-radius: 12px;
   padding: 8px;
   display: grid;
   grid-template-columns: 1fr 1fr;
}

.box-content-login {
   flex: 1;
   padding: 20px 40px;

   display: flex;
   flex-direction: column;
   justify-content: center;
}
.line-other-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    margin-bottom: 24px;
}

.line-other-login .line {
    flex: 1;
    background: #E0E3E9;
    height: 1px;
}

.list-item-login-mxh {
    display: flex;
    margin-bottom: 28px;
    gap: 0 12px;
}

.item-login-mxh {
    display: flex;
    align-items: center;
    border: 1px solid #e0e3e9;
    border-radius: 8px;
    padding: 10px 16px;
    gap: 0 8px;
    flex:1;
    transition: all .3s;
}

.item-login-mxh .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.item-login-mxh .text {
    flex: 1;
    color: #858d9a;
    font-size: 15px;
    margin: 0;
    transition: all .3s;
}

.item-login-mxh:hover {
    background: #e0e3e9;
}
.box-picture-login {
    position: relative;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.box-picture-login .picture {
   width: 100%;
   height: 100%;
   position: relative;
}

.box-picture-login .picture img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   border-radius: 8px;
}
.button-bg.ct-btn-icon:hover .arrow {
    transform: translateX(4px);
}
.box-picture-login .picture:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: .4;
   background: linear-gradient(180deg, rgba(1, 56, 183, 0) 0%, #218D20 100%);
}
.texture-login {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-picture-login .texture_banner-center {
    width: 480px;
    bottom: 58px;
    left: -90px;
    right: auto;
    opacity: .7;
}
@keyframes circleRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.title-popup-login {
   margin-bottom: 28px;
   text-align: center;
   width: 100%;
}

.main-popup-login {
   margin-bottom: 28px;
}

.grid-form-login {
   display: grid;
   gap: 12px;
}


.flex-save-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 40px 0;
}
.flex-save-pass .box-check-type label .name-text {
    top: 4px;
}
.link-change-pass a {
   display: inline-block;
   color: #4141A8;
   font-size: 13px;
   line-height: 20px;
   transition: all .3s;
}
.link-change-pass a:hover {
   text-decoration: underline;
   color:  #4141A8;
}
.resgin-now {
   text-align: center;
}
.resgin-now p {
   color: #1C2B33;
   font-size: 15px;
   line-height: 20px;
}
.resgin-now p .link-resign {
   display: inline-block;
   color: #C47901;
   font-size: 15px;
   transition: all .3s;
   text-decoration: underline;
}
.resgin-now p .link-resign:hover {
   color:  #006402;
}
.btn-login.ct-btn-linear {
    border: none;
    box-shadow: none;
    width: 100%;
    height: 54px;
    border-radius: 8px;
    margin-top: 24px;
    outline: none;
}
.item-view-pass {
    position: absolute;
    bottom: 8px;
    right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    transition: .4s;
    background: transparent;
    cursor: pointer;
}
.item-view-pass.icon-hidden-pass {
    opacity: 0;
    visibility: hidden;
}
.item-view-pass:hover {
    background-color: #ebebeb;
}
.lst-option-icon-view.show-pass .icon-show-pass {
    opacity: 0;
    visibility: hidden;
}
.lst-option-icon-view.show-pass .icon-hidden-pass {
    opacity: 1;
    visibility: visible;
}
.icon-back-page {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 20px;
    left: 17px;
    transition: all .3s;
    z-index: 2;
    cursor: pointer;
}

.icon-back-page svg path {
    transition: all .3s;
}

.icon-back-page:hover {
    background: rgba(206, 35, 104, 1);
}

.icon-back-page:hover svg path {
    fill: #fff;
}
@media (min-width:1200px) and (max-width:1599px){
    .block-page-login h1 {
        padding: 0 0 20px 0;
    }
    .block-page-login {
        height: auto;
        padding: 20px 0 40px 0;
    }
    .box-picture-login {
        height: auto;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .block-page-login h1 {
        padding: 0 0 20px 0;
    }
    .block-page-login {
        height: auto;
        padding: 20px 0 40px 0;
    }
    .box-picture-login {
        height: auto;
    }
    .box-login {
        width: 850px;
    }
    .box-content-login {
        padding: 20px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .block-page-login h1 {
        padding: 0 0 20px 0;
    }
    .block-page-login {
        height: auto;
        padding: 20px 0 40px 0;
    }
    .box-picture-login {
        height: auto;
    }
    
    .box-login {
        width: 90%;
    }
    
    .box-content-login {
        padding: 20px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .block-page-login h1 {
        padding: 0 0 20px 0;
    }
    .block-page-login {
        height: auto;
        padding: 20px 0 40px 0;
    }
    .box-picture-login {
        display: none;
    }
    .box-login {
        width: 85%;
        grid-template-columns: 1fr;
    }

}
@media (max-width:575px){
    .block-page-login h1 {
        padding: 0 0 30px 0;
    }
    .block-page-login {
        height: auto;
        padding: 20px 0 40px 0;
        min-height: 100vh;
        min-height: 100dvh;
    }
    .box-picture-login {
        display: none;
    }
    .box-login {
        width: 90%;
        grid-template-columns: 1fr;
    }
    .box-content-login {padding: 20px 8px;}
    .list-item-login-mxh {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .item-login-mxh {
        justify-content: center;
    }
    
    .item-login-mxh .text {
        flex: none;
    }
}
@media (max-width:325px) {
    .box-content-login {padding: 20px 0;}
}


 /*Đăng ký*/
.important {
    color: #E81744;
}

.grid-form-resign {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12px;
}

.grid-form-resign .item-form-site:nth-child(1),.grid-form-resign .item-form-site:nth-child(4) {
    grid-column: 1/3;
}

.block-cs-dk {
    display: flex;
    margin-bottom: 24px;
}
.flex-save-pass .box-check-type label .checked,.flex-save-pass .box-check-type label .check {
    width: 16px;
}
.block-cs-dk .text-size-13-dark {
    color: #1C2B33;
    font-size: 13px;
    flex: 1;
    margin-left: 6px;
    position: relative;
    top: 3px;
}

.block-cs-dk .text-size-13-dark .link {
    color: #4141A8;
    text-decoration: underline;
    transition: all .3s;
}

.block-cs-dk .text-size-13-dark .link:hover {
    color: #006402;
}

.text-link .link {
    color: #C47901;
    transition: all .3s;
    text-decoration: underline;
}

.text-link .link:hover {
    color: #006402;
}

.block-choose-user {
    display: flex;
    border: 1px solid rgba(224, 227, 233, 1);
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    gap: 0 4px;
    margin-bottom:12px;
}

.item-choose-user {
    border-radius: 4px;
    background: transparent;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 0 6px;
    flex: 1;
    cursor: pointer;
    transition: all .3s;
}
.item-choose-user .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-choose-user .text-size-15-bold {
    flex: 1;
}

.item-choose-user .box-check-type {
    width: 16px;
}

.item-choose-user .box-check-type .check {
    width: 16px;
}

.item-choose-user .box-check-type .checked {
    width: 16px;
}

.item-choose-user.active,.item-choose-user:hover {
    background: rgba(225, 231, 253, 1);
}
.important {
    color: rgba(232, 23, 68, 1);
}
.item-choose-user.active .box-check-type input~label .checked {
    opacity: 1;
    visibility: visible;
}
.item-choose-user.active .box-check-type input~label .check {
    opacity: 0;
    visibility: hidden;
}
.block-cs-dk .box-check-type label .check {
    width: 16px;
}
.block-cs-dk .box-check-type label .checked {
    width: 16px;
}
.main-popup-login .item-form-site.border-style .appear-els:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}
.main-popup-login .item-form-site .appear-els {
    height: 54px;
}
@media (max-width:575px) {
    .item-choose-user {
        flex-direction: column;
        position: relative;
        border: 1px solid rgba(225, 231, 253, 1);
    }
    
    .item-choose-user .icon {
        margin-bottom: 6px;
    }
    
    .item-choose-user .box-check-type {
        position: absolute;
        top: 1px;
        left: 7px;
    }
    
    .block-choose-user {
        padding: 0;
        border: none;
        gap: 0 8px;
    }
}