.login-main .form-rule{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.login-main .input{
    height: 50px;
}
.has-success .form-control{
    border-color: unset!important;
}
a{
    cursor: pointer;
}
.btn-captcha{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-verify .controls a{
    flex-shrink: 0;
}
.form-verify .controls .input-group{
    flex-grow: 1;
}
.form-verify .controls{
    display: flex;
}

.third_login .t_l_app .fb img{

}
.t_l_a_item{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.third_login .t_l_app img{
    width: 60%;
    height: 60%;
}
.third_login .t_l_app{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.third_login{
    margin-top: 20px;
}

/*login*/

/*reset*/
.n-right{
    position: unset!important;
    top: 0!important;
    text-align: left!important;
}
.n-error{
    position: unset!important;
}
.msg-box{
    display: block;
}