@charset "utf-8";
/* CSS Document */
html { width:100%; height:100%;}
/*body { background:#0A5221 no-repeat center bottom; background-size:100% 100%; height:100%;}*/
body { background:#10a9ff url(../images/login_bg.jpg) no-repeat center bottom; background-size:100% 100%; height:100%;}
.warp_login{ width:1000px; height:600px; margin:0 auto;background:url(../images/true12.png) no-repeat left 50px; position:relative}
.login_box{ width:400px; height:300px; border-radius:3px;
-webkit-box-shadow: #666 0px 0px 10px;
-moz-box-shadow: #666 0px 0px 10px;
box-shadow: #666 0px 0px 10px;  position:absolute; right:30px; top:200px;}
.login_box .info{ margin:10px auto; height:220px; width:300px;}
.login_box .info p{ margin-bottom:5px; }
.user_input,.paw_input{ width:300px; height:40px; border:1px solid #CCC;background: #FFF url(../images/login_urse.png) no-repeat left  center;  text-indent:40px; font:14px/40px "微软雅黑"; color:#666}
.paw_input{ background: #FFF url(../images/login_pswd.png) no-repeat left  center; }
.code_input{ width:150px; height:40px; border:1px solid #CCC; background: #FFF url(../images/login_code.png) no-repeat left  center;  text-indent:40px; font:14px/40px "微软雅黑"; color:#666}
.btn_login{ text-align:center; border:none;width:300px; height:40px; text-align:center; color:#FFF; background:#20b7aa;  height:40px;padding:0 30px;border-radius: 3px;cursor:pointer;font:14px/40px "微软雅黑";}
.btn_login:hover{  background:#0da396; }

.login_tiem{ margin:0 auto; height:70px; width:334px;border-right:1px solid #ededed;}
.login_tiem li{ border-left:1px solid #ededed; width:110px; float:left; text-align:center}
.fotter{ width:100%; height:40px; position:absolute; bottom:0; text-align:center; color:#333; font:12px/40px "微软雅黑"; }



