@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    background: #000;
    font: normal 15px "Microsoft YaHei";
    background: url('images/login/beg4.jpg') 0px 0px no-repeat;
}

#login_area {
    width: 100%;
    height: 433px;
    position: absolute;
    top: 22%;
}

#login_box {
    margin: 0 auto;
    width: 812px;
    height: 408px;
    background: url('images/login/login.png') 0px 0px no-repeat;
    position: relative;
    color: wheat;
}

#login_form {
    width: 220px;
    height: 320px;
    position: absolute;
    top: 30px;
    right: 80px;
}

#login_tip {
    margin-top: 70px;
}

#datesheet_box {
    width: 248px;
    margin-top: 8px;
    margin-left: 60px;
    float: left;
}

.datesheet_n {
    font-size: 12px;

}

.Prompt {
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
    color: #FFCD00;
    height: 12px;
}

#btn_area {
    margin-top: 50px;
    margin-left: 6px;
}

.username, .pwd {
    width: 135px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    outline: 0;
    padding: 5px;
    border: 1px solid;
    border-color: #14ffff #14ffff #14ffff;
    border-radius: 2px;
    background: #0b1121;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow, border-color .5s ease-in-out;
    -moz-transition: box-shadow, border-color .5s ease-in-out;
    -o-transition: box-shadow, border-color .5s ease-in-out;
    opacity: 0.5;
    color: white;
}

.login_btn {
    width: 200px;
    height: 44px;
    line-height: 30px;
    text-align: center;
    border-style: none;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", "sans-serif";
    background: url('images/login/btn.png') 0px 0px no-repeat;
}

.login_btn:hover {
    width: 200px;
    height: 44px;
    line-height: 30px;
    text-align: center;
    border-style: none;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", "sans-serif";
    background: url('images/login/btn_hover.png') 0px 0px no-repeat;
    color: #00204b;
}

/*注册*/

#register_area {
    width: 100%;
    height: 460px;
    top: 6%;

}

#register_welcome {
    height: 50px;
    background-color: #007ABD
}

#register_welcome_text {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;

}