
body {
    overflow: hidden;
    background: url('../img/login_bj.jpg') no-repeat center,#000;
}
.login {
    position: relative;
    top:200px;
    width: 100%;
    height: 450px;
}

.login-form {
    width: 450px;
    height: 100%;
    margin:0 auto;
    border-radius: 10px;
    background: #fff;
}

.login-form h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    padding:20px;
}

form {
    width: 360px;
    overflow: hidden;
    margin:0 auto;
}
#form input {
    color: #999;
    width: 300px;
    margin:20px;
    height: 40px;
    padding-left: 60px;
    padding-right: 30px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

#username {
    background: url('../img/user.png') no-repeat 20px center;
}

#username:focus,#username:hover {
    background: url('../img/user_hov.png') no-repeat 20px center;
    border-bottom-color: #86bbdb;
    color: #666;

}

#password {
    background: url('../img/pswo.png') no-repeat 20px center;
}

#password:focus,#password:hover {
    background: url('../img/pswo_hov.png') no-repeat 20px center;
    border-bottom-color: #86bbdb;
    color: #666;

}

#sub-btn {
    background: #2382bc;
    color: #fff !important;
    padding:0 30px !important;
    cursor:pointer;
}

#reg-btn {
    cursor:pointer;
    color: #fff !important;
    padding:0 30px !important;
    margin-top:0 !important;
    margin-bottom:20px !important;
}

.copy-right {
    text-align: center;
}


