﻿html, body {
    height: 100%;
    overflow-x: hidden;
    font: 14px '\5FAE\8F6F\96C5\9ED1',Tahoma,Arial,Helvetica,sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

#main {
    background: url("/images/login_bg.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

    #main .center {
        margin: 0 auto;
        background: url(/images/login_form.png);
        background-position-y: 120px;
        background-repeat: no-repeat;
        width: 654px;
        height: 714px;
        position: relative;
    }

#login {
    position: absolute;
    top: 337px;
    left: 105px;
    width: 450px;
    height: 260px;
    border: 0;
}

    #login ul {
        height: 280px;
        overflow: hidden;
    }

        #login ul li {
            text-align: left;
            list-style: none;
            padding: 0;
            padding-left: 80px;
            display: block;
            height: 92px;
        }

            #login ul li input {
                border: 0;
                height: 42px;
                font-size: 16px;
                padding: 5px 0;
                width: 326px;
                border-radius: 3px;
                background-color: transparent;
                margin-top: 18px;
            }

                #login ul li input:focus {
                    border: 0px solid #4bafea;
                    outline: none;
                }

.message {
    padding: 0px 25px 8px 0;
    height: 25px;
    line-height: 25px;
    color: red;
    text-align: center;
}

#bottom {
    padding-top: 10px;
    margin: auto;
    width: 1024px;
    height: 50px;
    line-height: 25px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    padding-right: 80px;
}

    #bottom a {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

#login ul li button {
    margin-top: 19px;
    border: 0;
    background-color: transparent;
    color: #fff;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin-left: -60px;
    width: 400px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}
