html {
    height: 100%;
}

body {
    font-family: "Microsoft Yahei", arial, "宋体" !important;
    background: url(img/background.png) no-repeat 100% 100%;
    height: 100%;
    margin: 0;
}

.login {
    width: 1100px;
    margin: auto;
    text-align: center;
}

.login-form {
    height: 408px;
    margin-top: 40px;
    background: url(img/form-bg.png) no-repeat;
}

.login-form form {
    width: 325px;
    padding: 85px 100px;
}

#loginForm .content_row {
    position: relative;
    width: 325px;
}

#loginForm .content_row.password {
    margin-top: 28px;
}

#loginForm input {
    font-family: "Microsoft Yahei", arial, "宋体" !important;
    width: 223px;
    height: 42px;
    line-height: 42px;
    padding: 0 50px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
}

#loginForm input.user_name {
}

img.yonghu {
    position: absolute;
    top: 8px;
    left: 15px;
}

img.mima {
    position: absolute;
    top: 8px;
    left: 15px;
}

button.submit {
    font-family: "Microsoft Yahei", arial, "宋体" !important;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #ce332a;
    font-size: 20px;
    width: 325px;
    outline: 0;
    margin: 28px 0;
    padding: 8px 0;
}

.login-bottom {
    font-size: 14px;
    color: #404040;
}