.header {
    height: 60px;
    background: url(../i/logo.png) no-repeat;
    z-index: 1;
}

body {
    width: 100%;
    background: url(../i/bj.jpg) no-repeat;
    position: relative;
}

.login {
    border: 1px solid #333;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 33%;
    margin-top: 200px;
    text-align: center;
    width: 500px;
}

.login p {
    width: 550px;
    height: 50px;
    font-size: 30px;
    padding-top: 20px;
}

.login-form {
    padding: 30px;
}

.login a {
    color: #fff;
}

.login-form input {
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
}

.login-form input:nth-child(3) {
    width: 205px;
    height: 40px;
}

#password {
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
}

#code-btn {
    display: inline-block;
    width: 62px;
    font-size: 20px;
    color: #fff;
    background: #45b549;
}

#login {
    width: 300px;
    height: 30px;
    background: #45b549;
    border: none;
    color: #fff;
}

#login_a {
    width: 300px;
    height: 30px;
    background: #45b549;
    border: none;
    color: #fff;
}

#VerificationCode {
    width: 195px;
}

#VerificationCode_a {
    width: 195px;
}

#randCodeImage {
    font-size: 20px;
}

#randCodeImagea {
    font-size: 20px;
}