@charset "utf-8";

.login_top {
    width: 100%;
    height: 112px;
    padding: 10px 0px;
    background: url(top.jpg) repeat-x center 0;
}

.login_labname {
    font-size: 22px;
    margin: 15px 20px;
    color: #fff;
}

.login_ptname {
    font-family: 楷体, FZXKJW--GB1-0;
    font-size: 42px;
    margin: 20px 30px;
    color: #fff;
}

.login_bottom {
    width: 100%;
    height: 88px;
    padding: 15px 0px;
    background: url(bottom.png) repeat-x center 0;
}

.login {
    width: 458px;
    height: 412px;
    padding: 13px 14px 15px 0;
    top: 50%;
    right: 8%;
    margin-top: -206px;
    text-align: left;
    position: absolute;
    z-index: 2;
    background: url(loginbg.png) no-repeat;
}

.login-input {
    height: 42px;
}

.form_login {
    position: absolute;
    top: 110px;
    left: 50px;
}

.button_false {
    background: url(bt_login.png) no-repeat;
    height: 47px;
    width: 160px;
    border: 0px;
    z-index: 1000;
}

.button_true {
    background: url(bt_wait.png) no-repeat;
    height: 47px;
    width: 160px;
    border: 0px;
    z-index: 1000;
}

.bt_c {
    background: url(bt_pass.png) no-repeat;
    height: 47px;
    width: 160px;
    border: 0px;
    margin-left: 40px;
}

.div_message {
    width: 100%;
    height: 400px;
    padding: 20px 14px 15px 0;
    top: 50%;
    left: 9%;
    margin-top: -200px;
    text-align: left;
    position: absolute;
    z-index: 2;
}