* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    height: 100%;
}

html {
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

html, body {
    margin: 0px;
    height: 100%;
}

.login-body {
    background: #fff url(/Content/img/login/bg-01.jpg) no-repeat;
    background-size: 100%;
    position: relative;
    height: 100%;
}

.login-logo {
    width: 508px;
    height: 259px;
    margin: 0 auto;
    padding-top: 60px;
}

.login-box {
    position: absolute;
    left: 0;
    top: 358px;
    right: 0;
    bottom: 0;
}

    .login-box .lb-01 {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        height: 31px;
        background: url(/Content/img/login/bg-02.png);
        background-repeat: repeat-x;
    }

    .login-box .lb-02 {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 31px;
        bottom: 0;
        background: #ccc url(/Content/img/login/bg-03.jpg);
    }

.i-box {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: -10px;
    width: 500px;
    height: 332px;
    background: url(/Content/img/login/bg-04.png) no-repeat;
    z-index: 666;
    padding: 30px 0 0 123px;
}

    .i-box .i-name {
        color: #fff;
        font-size: 14px;
        padding-bottom: 3px;
    }

    .i-box .i-input {
        padding-bottom: 12px;
    }

        .i-box .i-input input {
            width: 252px;
            height: 30px;
            line-height: 30px;
            text-indent: 5px;
        }

.i-che {
    color: #fff;
    font-size: 12px;
    width: 252px;
}

    .i-che input {
        position: relative;
        top: 2px;
    }

.login-but {
    width: 252px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border: 0;
    font-weight: bold;
    text-align: center;
    background: url(/Content/img/login/bg-05.jpg) no-repeat;
}

.xzewm {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

    .xzewm:hover {
        color: #ff8900;
    }

.bottom-word {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
