/* <=== vntloginpg ===> */
.vntloginpg{
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px 0;
}
.vntloginpg > div{
    width: 100%;
}
.vhloginpg .lginner{
    max-width: 470px;
    margin: 0 auto;
    width: 100%;
}
.hploginpg{
    padding: 45px 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}
.hploginpg .vvlogo{
    text-align: center;
    margin-bottom: 25px;
}
.hploginpg .ifinput .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.hploginpg .ifinput .ipgrip > div{
    padding: 0 5px;
}
.hploginpg .ifinput .ipgrip .mcol{
    width: 100%;
}
.hploginpg .ifinput .ipgrip .hcol{
    width: calc(100% - 100px);
}
.hploginpg .ifinput .ipgrip .bcol{
    width: 100px;
}
.hploginpg .frmgroup{
    margin-bottom: 10px;
}
.hploginpg .frmgroup.vmargin{
    margin-bottom: 15px;
}
.hploginpg .frmgroup input{
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 20px;
} 
.hploginpg .frmgroup .vcode, .hploginpg .frmgroup .vcode img{
    border-radius: 5px;
}
.hploginpg .frmgroup.vpass{
    position: relative;
}
.hploginpg .frmgroup.vpass input{
    padding-right: 55px;
}
.hploginpg .frmgroup .vchange{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    cursor: pointer;
}
.hploginpg .frmgroup .vchange::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 10px;
    background-image: url("../images/eyed.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hploginpg .frmgroup.vshow .vchange::before{
    background-image: url("../images/eyem.png");
    width: 22px;
    height: 14px;
}
.hploginpg .ifbuton .btgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.hploginpg .ifbuton .btgrip > div{
    padding: 0 10px;
}
.hploginpg .frmbutton button{
    min-width: 170px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: #166987;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
} 
.hploginpg .frmbutton button:hover{
    background-color: #0098da;
}
.hploginpg .frmlinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    text-decoration: underline;
    text-decoration-color: #c4c7c7;
}
/* <=== vntloginpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    
}
@media all and (max-width: 767px){
    /* <=== vntloginpg ===> */
    .hploginpg{
        padding: 25px 20px 40px;
    }
    .hploginpg .ifbuton .btgrip > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .hploginpg .ifbuton .btgrip > div:last-child{
        margin-bottom: 0;
    }
    .hploginpg .frmbutton button{
        width: 100%;
    }
    .hploginpg .frmlinks{
        text-align: center;
    }
    /* <=== vntloginpg ===> */
}