.div-top{
    margin: 10px auto;
}
.zdy-logo{
    margin-left:60px;
}
.zdy-systemnam{
    position:relative;
    font-weight:bold;
    font-size: 20px;
    margin-left:5px;
    top:7px;
}
body{
position: static;
}
.div-main{
    height:100%;
    width:100%;
    position:absolute;
}
.login-div{
    height:715px;
    width:100%;
    background: url(../images/beijing.png);
    position: relative;
    background-position: center;
    background-size: cover;
    display: table;
}
.login-slogen {
    margin-top: 200px;
    display: block;
    width: 65%;
    text-align: center;
    font-weight:bold;
    font-size: 40px;
    color:white;
    position: absolute;
}
.login-content {
     top:30px;
     right: 60px;
     display: block;
     height: 460px;
     width: 30%;
     background-color: white;
     position: absolute;
 }

.login-title {
    top:50px;
    text-align: center;
    display: block;
    font-weight:bold;
    font-size: 20px;
    letter-spacing:3px;
    width: 100%;
    position: absolute;
}

.login-entitle {
    top:75px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #9d9d9d;
    width: 100%;
    position: absolute;
}

.login-name {
    top:140px;
    display: block;
    width: 100%;
    position: absolute;
}

.login-name-c {
    border:1px solid #cecece;
    height: 50px;
    width: 80%;
    margin:0 auto;
}

.login-button {
    height: 50px;
    width: 80%;
    margin:0 auto;
}

.login-a {
    float: right;
    font-size: 14px;
    font-weight:bold;
    color: #2B529E;
    margin-right: 40px;
}

#username,#userpwd {
    border:1px solid #ffffff;
    height: 40px;
    width: 80%;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: auto;
    padding: 6px 6px;
    text-indent: 1px;
}

#username:focus,#userpwd:focus{
    border:1px solid #2B529E;
}

#login{
    background-color: #2B529E;
    height: 100%;
    width: 100%;
    color: white;
    font-weight:bold;
    font-size: 16px;
}