.login-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    background: url('../images/login-bg.png') no-repeat center/cover;
}

.login {
    width: 802px;
    height: 464px;
    margin: -232px 0 0 -401px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url('../images/login-picture.png') no-repeat center/cover;
}

.login-content {
    width: 425px;
    height: 446px;
    margin-top: 4px;
    background: #ffffff;
}

.login-logo{
    margin: 70px 0 0 40px;
}

.login-block {
    margin: 40px 0 0 40px;
    position: relative;
}

.login-block span{
    position: absolute;
    top: 12px;
    left: 10px;
}

.login-block input{
    width: 341px;
    height: 40px;
    padding-left: 37px;
    display: block;
    line-height: 44px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3a3a3a;
    font-size: 16px;
}

.login-tip {
    margin-top: 15px;
    display: block;
    text-align: right;
    padding-right: 43px;
}

.login-tip a {
    text-decoration: underline;
    display: inline-block;
    color: #1e6f95;
}

.login-btn {
    width: 345px;
    margin: 40px 0 0 38px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #868686;
    background: url('../images/login-btn.png') no-repeat center/cover;
}