@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 { height:100%; overflow:hidden; }
/*body { background:#93defe; background-size: cover; }*/
body { background-image: url("../../images/login-bg.png"); background-size: cover; }
a { color:#27A9E3; text-decoration:none; cursor:pointer; }
img{ border:none;}

.login_box{ width:70%; margin:5% auto 0;}
.login_box .login_l_img{ float:left; width:40%; height:40%;}
.login_box .login_l_img img{width:120%; height:120%; }
.login {height:auto; width:33%; padding:4%; background-color: #ffffff;border-radius:6px;box-sizing: border-box; float:right; margin-right:5%; position:relative; margin-top:10%;}
.login_logo{ width:120px; height:120px; border:5px solid #93defe;border-radius:100px; background:#fff; text-align:center; line-height:110px; position:absolute; top:-60px; right:140px;}
.login_name{ width:100%; float:left; text-align:center; margin-bottom:20px;}
.login_name p{ width:100%; text-align:center; font-size:1.5rem; color:#444; padding:10px 0 20px;}
.login_logo img{ width:60px; height:60px;display: inline-block; vertical-align: middle;}
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: 1.2rem; 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: #007fe1; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%;     height: auto;
    margin-top: 20px;}
.copyright { font-size:14px; color:#fff; display:block;width:100%; float:left; text-align:center; margin-top:120px;}

#password_text{border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 1.2rem; color: #888; outline:none; width:100%;margin-bottom: 15px;display: block; line-height:50px;}