/*°µºÚ·ç¸ñÆ¤·ôstart*/
:root {
    --bg1Color: #22252f;
    --bg2Color: #282b37;
    --bg3Color: #2c313f;
    --text0Color: #fff;
    --text1Color: #eee;
    --text2Color: #838795;
}

.loginForm .form-group label i.f_mail {
    background: url(../img/icon/l_name.png) center center no-repeat;
}

.loginForm .form-group label i.f_password {
    background: url(../img/icon/l_password.png) center center no-repeat;
}

.loginForm .form-group label i.f_txt {
    background: url(../img/icon/l_txt.png) center center no-repeat;
}

.loginForm .form-group label i.f_user {
    background: url(../img/icon/l_user.png) center center no-repeat;
}

.loginForm .form-group .a_eye i {
    display: inline-block;
    width: 20px;
    height: 20px;
}

    .loginForm .form-group .a_eye i.i-eye {
        background: url('../img/icon/l_eye.png') no-repeat;
        background-size: cover;
    }

    .loginForm .form-group .a_eye i.i-eye-o {
        background: url('../img/icon/l_eye_o.png') no-repeat;
        background-size: cover;
    }
