body,html{width: 100%;height: 100%;overflow: hidden;}
body{background: url('../img/bodyBg.jpg') center no-repeat !important;position: relative;}
.centent {
    width: 610px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -305px;
    margin-top: -300px;
}

.logo {
    width: 600px;
    height: 80px;
    margin:auto;
    margin-bottom: 30px;
    background: url('../img/logo.png') center no-repeat;
}

.copyright {
    font-family: 'Microsoft Yahei';
    text-align: center;

    font-size: 14px;
    line-height: 30px;
}
.copyright a{
    color: #333;
    text-decoration: none;
}
.dl{width: 557px;height:360px;margin: auto;}
.inputCon input{height:50px;  outline:none;font-family: "Microsoft Yahei";  border: none;  float: left;line-height:50px;font-size:16px;width:470px;margin-left:15px;background: none;}
.inputCon {  position: relative;width: 557px;height: 50px;background: url("../img/input.png") bottom no-repeat; margin-top:20px;}
.usernameBox .userImg{display: block;  width: 60px;height: 50px;  background: url("../img/user.png") right no-repeat;float:left;}
.passwordBox .userImg{display: block;  width: 60px;height: 50px;  background: url("../img/password.png") right no-repeat;float:left;}

.rememberNum{margin-top:30px;padding-left: 40px;}
.rememberNum input{width:13px;height:13px;background: #fff;margin-right: 10px;}
.rememberNum a{font-size:12px;color: #333;}

.errorMessage{line-height:22px;color:red;}

.border{ background: url("../img/on.png") bottom no-repeat;}
.button{display: block;width:570px;height:85px;margin-top:20px;background: url("../img/buttonbg.png") bottom center no-repeat;}

.button .dl{background: #0089d0;width:555px;height:58px;border: 1px solid #fff;outline: none;font-size:28px;color: #fff;font-family: "Microsoft Yahei"}
