*{margin:0;padding:0;}
html,body{width:100%;height:100%;font-family: "微软雅黑";}
input{outline: none;}
input::-webkit-input-placeholder{color:#fff;}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    　　color:#fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    　　color:#fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    　　color:#fff;
}
.box{width:100%;height:700px;padding-top:110px;background:url(img/loginBg2.png) no-repeat center;background-size:100% 700px;}
.logo{display:block;width:257px;height:36px;margin:0 auto;}
.loginBox{width:420px;height:400px;padding-top:70px;background:rgba(25,49,104,0.8);margin:40px auto 0;}

.loginBox input{display:block;color:#fff;width:318px;padding-left:54px;height:50px;padding-top:10px; padding-bottom:10px;border:1px solid #3f94f7;border-radius:5px;font-size:16px;background:#203f7b;}
.loginBox p{display:block;width:320px;height:50px;margin:0 auto;position:relative;}
.p1{width:35px;height:45px;background:url(img/user.png) no-repeat 10px center;position:absolute;left:0;top:0;}
.p2{width:30px;height:45px;background:url(img/psd.png) no-repeat 10px center;position:absolute;left:0;top:0;}
#staffCode{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
#password{border-bottom:none;border-radius:0;}

#codeTxt{position:relative;padding-right:150px;border-top-left-radius:0;border-top-right-radius:0;}

#codeId{position:absolute;right:20px;top:6px;width:60px;height:30px;}
#BtnOk{display:block;width:320px;height:50px;background:#0094ff;color:#fff;line-height:50px;text-align:center;padding:0;margin:70px auto 0;}
.footer{width:100%;height:80px;line-height:80px;text-align:center;font-size:14px;margin:0 auto;}
.footer p{color:#999;height:80px;line-height:80px;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px transparent inset;
    background-color:transparent;
    background-image: inherit;
}
