.login {
    width: 100%;
    height: 100%;
    min-height: 560px;
    min-width: 1200px;
    /* background: url(../images/login.png); */
    background-attachment: fixed;
    position: fixed;
}

.loginImg {
    width: 100%;
    height: 100%;
}

.login-containe {
    width: 300px;
    position: absolute;
    left: 57.5%;
    top: 35%;
    display: block;
    margin: 0 15px;
    z-index: 100;
}

.login-containe .user,
.login-containe .passW {
    width: 300px;
    height: 30px;
    line-height: 30px;
    /* margin-bottom: 20px; */
}

.reminderuser,
.reminderpassW,
.remindercode {
    margin-bottom: 20px;
    color: red;
}
.user,.passW{
    width: 300px;

}
.code {
    width: 195px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.code-box{
    /*margin-left: 15px;*/
    width: 300px;
}

.codeImg {
    vertical-align: middle;
    width: 86px;
    height: 30px;
    float: right;
}
.clear{
    clear:both;
}

.register {
    margin-top: 30px;
    width: 300px;
    height: 40px;
    background: #3489f7;
    border: none;
    cursor: pointer;
}