@charset "utf-8";
* { margin:0px; padding:0px;}
body {
    font-family:PingFangSC-Regular, PingFang SC;
    /*background:url(/images/login/back.png) no-repeat ;*/
    /*background:url(/images/login/timg1.jpg) no-repeat ;*/
    /*background:url(/images/login/timg1.jpg) no-repeat ;*/
    /*background-size: cover ;*/
    background: url('/attached/oem/dev_login_bg.png') no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    overflow: auto;
}
ul, li { list-style:none;}
p { margin-bottom:0px;}
.cover { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.2); float:left; z-index:0;}
.content-box { width:564px; height:468px; position:absolute; top:28%; left:72%; margin-left:-140px; background-color:transparent; }
.sys-name { width:100%; height:60px; line-height:60px; font-size:20px; color:#FFFFFF; font-weight:bold; text-align:center;}
.login-box { height:458px; background-color:#FFFFFF; border-radius:30px; box-shadow:0px 0px 10px #333;padding-top: 45px;}
.box-title { width:100%; height:50px; line-height:50px; font-size:32px; color:#333333;  text-align:center;}
#login-form { width:368px; margin-left:93px;}

.input-box { border: 1px solid #D9D9D9; height:40px;margin-top: 24px;border-radius: 4px;}
/*.name-box { border-bottom:0px; height:40px;}*/
.input-box span { background-color:#FFFFFF; display:inline-block; width:36px; height:36px; float:left; padding:12px 9px 0 9px; line-height:0px;}
.input-box span img { width:16px; height:16px;}
.input-box input { width:325px; height:35px;line-height: 35px;font-size: 16px;  border:none; outline:none; padding-left:3px; float:left; box-sizing:border-box;}
.check-box { height:24px; line-height:24px; font-size:12px; color:#999999;}
.rem-name-box { margin:15px 0;}
.check-box input[type=checkbox] { vertical-align:text-bottom; margin-bottom:1px;}
.check-box input[type=button] { background-color:transparent; border:none; color:#3299ED; float:right; outline:none;}
#login-btn { width:100%; height: 40px; border-radius:5px; margin-top:15px; background-color: #3764FF; border:none; outline:none;font-size: 16px;}