@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    font-family: "微软雅黑", Arial, sans-serif;
}

ul,
ol {
    list-style: none;
}
input[type='checkbox']{
    vertical-align: -2px;
}
img {
    border: 0;
}

 body { 
    margin: 0;
    background:url(../default/images/login_bg.jpg) no-repeat  fixed;
    font-family: "微软雅黑";

   background-size:100% 80%; 
} 

#login_header {
    padding: 45px;
  
}

#login_footer {
    width: 600px; 
    position: fixed; 
    bottom: 20px;
	left:40%
} 

.logo {
    text-indent: -999em;
    display: inline-block;
    width: 180px;
    height: 51px;
    background: url(../default/images/logo.jpg) no-repeat ;
}

.web_link {
    float: right;
    color: #fff;
    line-height: 4;
}

#login {
    display: block;
    width: 400px;
    position: fixed; 
    bottom: 80px;
	left:35%
}

.login_content-title {
    background-color: #4f82df;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.usericon{
    position: absolute;
    right: 10px;
    bottom: -10px;
    z-index: 10;
    display: block;
    width: 80px;
    height: 80px;
    background:url(../default/images/user_icon.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#login_content {
    border:1px solid #eee;
    background-color: #fff;
    padding: 20px 25px;
}

.loginForm p {
    margin-bottom: 15px;
}

.loginForm .label {
    float: left;
    width: 80px;
    line-height: 35px;
}

.loginForm p input{
    height: 35px;
    line-height: 35px;
    border:1px solid #ddd;
    padding: 0 10px;
}
.loginForm .label2 {
    float: none;
    width: auto;
    line-height:normal;
}
.loginForm p input[type='checkbox']{
    height: auto;
    line-height:normal;
    border:0;
    padding: 0;
    margin-right: 10px;
}

.loginForm .code,
.loginForm .code_img {
    vertical-align: top;
}

.login_bar input {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    border: 0;
    padding: 10px 0px;
    background-color: #5285fd;
}
