/*=================BEGIN ACCOUNT==================*/
/* .vnt-account {
    padding: 40px 0 50px;
} */
.vnt-account.bg {
    background-color: #0e4e96;
}
.h-100vh {
    min-height: 100vh;
}
.boxWrap .logo {
    margin-bottom: 30px;
}
.boxWrap .logo img {
    max-height: 50px;
}
.boxAccount {
    width: 100%;    
    margin: auto;
    font-size: 0.875rem;
    line-height: 22px;
}
.boxAccount .title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
.boxAccount .form-group {
    margin-bottom: 20px;
}
.boxAccount label.txt {
    display: block;
    padding-left: 10px;
    margin-bottom: 8px;
    font-weight: 500;
}
.boxAccount .row-input {
    width: 100%;
}
.boxAccount .form-control {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 0.875rem;
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.boxAccount textarea.form-control {
    height: 100px;
}
.boxAccount .row-input.active .form-control {
    border-color: #00b7ff
}
.toggle-password {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 100%;
    line-height: 38px;
    color: #999999;
    text-align: center;
}
.boxAccount .checkbox input {
    margin-top: 5px
}
.boxAccount .checkbox .forgot-pass {    
    padding-left: 20px;
    line-height: 18px;
}
.boxAccount .button-w {    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.boxAccount .note {
    padding: 15px 0px 0;
    font-size: 0.938rem;
}
.boxLogin {
    max-width: 430px;
}
.boxLogin .boxContent {
    padding: 25px 30px 40px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.boxLogin .checkbox {
    color: #1d1d1d;    
}
.vnt-account.bg .item {
    padding: 0 20px;
}
.vnt-account.bg .item:last-child {
    background-color: #FFF;    
}
.vnt-account.bg .desc {
    width: 100%;
    max-width: 390px;
    margin: auto;        
}
.vnt-account.bg .desc li::marker {
    color: #e96f24;
}
.boxRegister .form-group {
    margin-bottom: 12px;
}
.boxRegister .row {
    margin: 0 -6px;
}
.boxRegister *[class^=col-] {
    padding: 0 6px;
}
.boxConfirm {
    overflow: hidden;
}
.boxConfirm .img {
    margin-bottom: 45px;
}
.boxConfirm .img:before {
    position: absolute;
    top: -9999px;
    left: 0;
    right: 0;
    bottom: 22%;
    content: '';
    pointer-events: none;
    background-color: #0e4e96;
    z-index: -1;
}
.boxConfirm .img img {
    max-height: 230px;
}
.boxConfirm .title {
    font-size: 1.75rem;
}
.boxConfirm .line {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.link-back-home {
    top: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.875rem;
}
.link-back-home img {
    max-height: 20px;
}
/*=============SEARCH ORDER==============*/
.boxSearchOrder .form-acc {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #f3f3f3;
    padding: 25px 20px;
}
.boxSearchOrder .note {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.boxSearchOrder label.txt {
    padding-left: 0;
    margin-bottom: 5px;
}
.boxSearchOrder .form-control {
    border-color: #dddddd;
}
.boxSearchOrder .link .button-w {
    min-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 15px;
    background-color: #e56398;
}
.boxSearchOrder .link .button-w span:before {
    font-size: 1.125rem;
    line-height: 23px;
    color: #ffffff;
    font-family: "icofont";
    content: '\ed11';
    margin-right: 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 768px) {    
    .vnt-account.bg .item {
        min-height: 100vh;
    }
    .vnt-account.bg .item:last-child {
        max-height: 100vh;
        flex-shrink: 0;
        overflow: auto;
        background-color: #FFF;    
    }
    .boxRegister {
        max-width: 330px;
        padding: 20px 0;
    }
    .boxRegister.padd {
        padding: 40px 0;
    }
}
@media all and (min-width: 992px) {
    .vnt-account.bg .img {
        top: 36px;
        left: 20px;
        right: 460px;
        bottom: 0;
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        pointer-events: none;
    }
    .vnt-account.bg .item:first-child {
        width: calc(100% - 530px);
    }   
    .vnt-account.bg .item:last-child {
        width: 530px;
    }
    .vnt-account.bg .desc {
        width: 390px;
        max-width: 50%;
    }
    .boxConfirm p {
        margin-bottom: .25rem;
    }
}
@media all and (min-width: 1199px) {
    .vnt-account.bg .img {
        background-position: 0 0;
    }
}
@media all and (max-width: 991px) {
    .vnt-account {
        padding-top: 0px;
    }  
    .boxWrap .logo {
        margin-bottom: 25px;
    }
    .boxLogin .boxContent, .boxAccount .note {
        padding-left: 20px;
        padding-right: 20px;
    }
    .vnt-account.bg .desc {
        font-size: 0.875rem;
        max-width: 340px;
    }
    .boxConfirm {
        font-size: 0.875rem;
    }
    .boxConfirm .title {
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .boxConfirm p {
        margin-bottom: 0;
    }
    .boxSearchOrder .form-acc {
        padding: 25px 15px;
    }
}
@media all and (max-width: 767px) {    
    .vnt-account.bg .item {
        padding: 30px 15px;
    }    
    .vnt-account.bg .desc img {
        max-height: 30px;
    }
    .boxRegister {
        max-width: 430px;
    }
    .boxConfirm {
        padding: 60px 0 40px;
    }
    .boxConfirm .img img {
        max-height: 145px;
    }
}
@media all and (max-width: 480px) {
    .vnt-account.bg .desc {
        margin-left: 0;
    }
}
@media all and (max-width: 380px) {
    .notClick-mb {
        justify-content: space-between;
    }
    .notClick-mb li {
        min-width: calc(50% - 5px)
    }
}
@media all and (max-width: 340px) {
    .notClick-mb li a {
        font-size: 0.875rem;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) { 
    .vnt-account.bg .item {
        width: 50%;
    }
}