.login-page{
    background: url(/iptv/webres/static/images/login_bg.jpg) no-repeat center center;
}
.login-logo{
    background: url(/iptv/webres/static/images/iptv-logo.png) no-repeat 200px center;
    background-size: 83px 77px;
}
.login-win{
    border-radius: 3px;
    background-color: #fff !important;
}
.login-title{
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 80px;
}
.login-form{
    border-width: 0 !important;
}
.login-footer{
    background: rgba(0,0,0,0.6);
}
.login-footer .webix_el_label{
    color: #fff;
}
.webix_el_box label {
    width: 0px!important;
}
