body { height:100%; background:url(../../images/login/login_page_bg.png) no-repeat center; background-size:cover;margin: 0;padding: 0;display: block; }
.login_page { margin:0 auto; background:url(../../images/login/light_bg.png) no-repeat center 0.1px; padding-top:1px; }
.login_page .tit { width:890px; height:130px; margin:6% auto 0; }
.login_page .box { width:378px; height:241px; background:url(../../images/login/login_box_bg.png) no-repeat center; margin:0 auto; padding:25px 30px; }
.login_page .box p { height:26px; }
.login_page .box p.validate{}
.login_page .box p label { float:left; width:100px; text-align:right; font:14px/22px "sunmin"; }
.login_page .box p input.txt { float:left; height:20px; border:solid 1px #cfd5db; width:200px; padding:2px 5px; }
.login_page .box p input.verify { width:100px; }
.login_page .box p span { float:left; width:100px; height:26px; margin-left:10px; display:inline; }
.login_page .box p.btn { height:36px; padding:5px 0 0 100px; }
.login_page .box p.btn input { width:98px; height:36px; background:url(../../images/login/login_btn_bg.png) no-repeat center; border:none; font:14px/32px "sunmin"; color:#fff; float:left; margin-left:10px; display:inline; cursor:pointer; }
html{height:100%;display: block;}

.footer { position:absolute; bottom:0px; left:0px; width:100%; text-align:center;   background:url(../../images/login/footer_bg.png) repeat-x center; font:12px/34px "sunmin"; color:#fff;margin:0px;padding:0px; }