@charset "utf-8";
/* CSS Document */
.header{ background:none;}
.login-bg{width:100%;height:100%;position:fixed;top:0; background:url(../images/bg.jpg); background-size:100% 100%;z-index:-1;}
.loginbox{margin-top:75px;}
.login-logo img{/*width:85px;*/display:block;margin:0 auto 20px auto;}
.login-mian .login-ul{width:90%;border-radius:5px; background:#fff;margin:0 auto;}
.login-mian .login-ul li{border-bottom:1px #eee solid;}
.login-mian .login-ul li:last-child{border-bottom:none;}
.lg-input{position:relative;}
.lg-input i{display:block;width:44px;height:44px;position:absolute;left:0;top:3px;}
.lg-input .icon-user{ background:url(../images/icon-user.png) no-repeat center center; background-size:22px;}
.lg-input .icon-tel{ background:url(../images/icon-tel.png) no-repeat center center; background-size:22px;}
.lg-input .icon-password{ background:url(../images/icon-password.png) no-repeat center center; background-size:22px;}
.lg-input .icon-code{ background:url(../images/icon-code.png) no-repeat center center; background-size:22px;}
.lg-input input{width:100%;height:50px;line-height:50px;border:none;border-radius:5px; padding:0 5px;padding-left:44px;font-size:15px;}
.imgcode{position:absolute;right:10px;top:5px;}
.imgcode img{height:40px;width:90px}
.code{width:90px;height:32px; text-align:center;line-height:32px; background:#dd2727;color:#fff;border-radius:3px;position:absolute;right:10px;top:9px;}
.row{overflow:hidden;width:80%;margin:0 auto;}
.login-btn{width:100%;margin-top:25px;margin-bottom:10px;display:block;height:44px;line-height:44px; text-align:center;color:#fff;border-radius:5px; background:#dd2727;font-size:16px;}