@charset "utf-8";
html,body{
	scrollbar-3dlight-color:#d6e5f9;
	scrollbar-highlight-color:#fff;
	scrollbar-face-color:#ecf4fa;
	scrollbar-arrow-color:#3285f5;
	scrollbar-shadow-color:#ecf4fa;
	scrollbar-darkshadow-color:#d6e5f9;
	width:100%;height:100%;overflow:hidden;margin:0px;padding:0px;
	min-height:600px;min-width:800px
}
#map{height:100%;width:100%;overflow:hidden;background:url(images/login.jpg) no-repeat center;background-size: 100% 100%}
#map div{position:absolute;display:block;left:0;right:0;text-align:center;}
.header{top:0;height:130px;font-size:0;padding-top:70px}
.bodyer{top:0;bottom:0px;min-height:220px;overflow:auto;z-index:99}
.bodyer div{top:50%;left:50% !important;padding:27px 0;height:226px;margin-top:-140px;margin-left:-200px;width:400px;background-color:rgba(255,255,255,0.1);border-radius: 4px;box-shadow:0px 0px 1px 1px white}
.bodyer p{padding:10px;margin:0}
.footer{bottom:0px;height:60px;line-height:60px;color:white}

td{text-align:center}
input{outline:none}
.input{border:1px solid #f3ca6a;height:35px;line-height:37px;width:260px;padding-left:30px;background:white url(images/user.png) no-repeat 10px 9px;color:#2D4056;font-size:14px;outline:none;box-sizing: border-box;}
.password{background:white url(images/password.png) no-repeat 10px 9px;}

input[placeholder], [placeholder], *[placeholder] {color:#2d4055 !important;} 
::-webkit-input-placeholder {color: #2d4055;} 
:-moz-placeholder {color: #2d4055;} 
::-moz-placeholder {color: #2d4055;} 
.label{display:inline-block;height:22px;line-height:25px;font-size:9pt;text-align:right;font-weight:bold;padding-right:5px;color:white;width:70px;letter-spacing:1px}
.x-button{font-size:14px;box-shadow:0 0px 2px #167820;border:1px solid white;height:40px;line-height:40px;width:260px;background-color:#A37403;color:white;padding:0px 10px !important;border-radius:5px;-webkit-border-radius:5px;cursor:pointer}
.x-button:hover{opacity:.8;filter: alpha(opacity=80);}
.code{background:white url(images/code.png) no-repeat 10px 9px;width:153px;ime-mode:disabled}
#validcode{width:100px;height:33px;vertical-align:top;border:1px solid #f3ca6a}