* {
    font-family: "Arial", "微软雅黑"
}

body, ul, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #c0c0c0 !important;

}

.login-box {
    width: 770px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -385px;
    margin-top: -225px;
    background-color: #c0c0c0;
    padding: 20px;
}

.login-white {
    background-color: white;
    border-radius: 10px;
    height: 100%;
}

/*login-header*/
.login-header {
    position: relative;
    height: 80px;
    border-bottom: 1px solid #336699;
}

.login-logo {
    position: absolute;
    left: 20px;
    top: 12px;
}

.login-logo i {
    font-style: normal;
    color: #336699;
    font-size: 22px;
    margin-left: 5px;

    vertical-align: middle;
}

.login-content {
    padding: 50px 200px 15px 50px;
}

/*login-warn*/
.login-warn {
    color: #fd0f0f;
    font-size: 16px;

}

/*login-btn*/
.login-btn {
    width: 100px;
    height: 34px;
    background-color: #336699;
    text-align: center;
    line-height: 34px;
    color: white;
    border-radius: 10px;
    cursor: pointer;

}

.register-btn {
    width: 100px;
    height: 34px;
    background-color: #8a97a5;
    text-align: center;
    line-height: 34px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.login-btn-disabled {
    background-color: #c3c3c3;
    cursor: no-drop;
}
