@charset "utf-8";
/* CSS Document */

* { font: 13px/1.5 '微软雅黑'; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -box-sizing: border-box; padding:0; margin:0; list-style:none; box-sizing: border-box; }
body, html { }
body { background:#f7f7f7; }
a { color:#27A9E3; text-decoration:none; cursor:pointer; }
img{ border:none;}

.login_box{ width:100%; margin:20px auto; position:relative; min-width:1000px;}
.login { position: absolute; right:40%; bottom:20px; margin-bottom:350px;}
.login-bg{ position:absolute; height:400px; width:420px; background: url( login-bg-use.png); box-sizing: border-box;  padding:40px 60px; }
.login_logo{ height:100px;  text-align:center; line-height:70px; text-align:center; font-size:30px; font-weight:bold; color:#007cc3;}
.login_name{ width:100%; float:left; text-align:center; margin-top:35px;}
.login_name p{ width:100%; text-align:center; font-size:18px; color:#444; padding:10px 0 20px;}
.login_logo img{ width:100px;display: inline-block; vertical-align: middle; margin-top:10px;}
input[type=text], input[type=file], input[type=password], input[type=email], select { border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px; color: #555555; outline:none; width:100%;margin-bottom: 15px;line-height:50px; color:#888;}
input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus { border: 1px solid #27A9E3; }
input[type=submit], input[type=button] { display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size:16px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #27A9E3; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%; }
.copyright { font-size:14px; color:#111; display:block;width:100%; float:left; text-align:center; margin-top:15px;}

#password_text{border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px; color: #888; outline:none; width:100%;margin-bottom: 15px;display: block; line-height:50px;}
.member-me{font-size:12px; margin-bottom:15px;}
.member-me input{ vertical-align:middle; margin-right:10px;}
.login-head{ padding:0 40px; margin-top:30px;}
.login-foot{ position:absolute; padding-left:40px; color:#999; font-size:14px; margin-top:75px;}
.img-bg img{ width:100%}
