html {
    height: 100%;
    background: #45362b;
}

body {
    height: 100%;
    position: relative;
    background: #45362b url("../../images/index_bg.jpg?v=11") no-repeat center bottom;
}

.header {
    height: 72px;
    margin-top: 50px;
}

.header img {
    display: block;
    margin: 0 auto;
}

#form_reg .logo_big {
    width: 670px;
    margin: 40px auto 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FDFDFD inset;
}


.regBox {
    background: url("../../images/register/box.png?v=11") no-repeat 0 20px;
    width: 407px;
    height: 503px;
    position: relative;
    margin: 0 auto;
    color: #f9f9f9;
    font-size: 14px;
    padding-top: 20px;
    /*border: 1px solid #b73617;*/
}

.regBox_p2 {
    margin-right: 70px;
}

.register_list {
    margin: 89px 0 0 43px;
}

.register_list li {
    margin-bottom: 20px;
}

.register_list input {
    width: 430px;
    height: 37px;
    line-height: 37px\9;
    vertical-align: middle;
    background: none;
    color: #f1b512;
    font-size: 14px;
}

.btnStyle {
    width: 391px;
    margin: 0 0 0 8px;
    height: 45px;
    background: url("../../images/register/btn.png?v=11") no-repeat 0px 0px;
    cursor: pointer;
}
.btnStyle:hover{
    background-position: 0 -49px;
}
#checkpassword{
    margin-top: 3px;
}

#server_online {
    width: 176px;
    height: 164px;
    background: url("../../images/register/service.png?v=11") no-repeat 0 0;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    margin: 200px 0 0 -17px;
}



:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #706855; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #706855;opacity:1;
}

input:-ms-input-placeholder{
    color: #706855;opacity:1;
}

input::-webkit-input-placeholder{
    color: #706855;opacity:1;
}



.login_footer{
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}
.login_footer .center{
    position: relative;
    z-index: 2;
}
.login_footer_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3e2a1b;
    opacity: 0.8;
    filter:alpha(opacity=80);
    top: 0;
    left: 0;
    z-index: 1;
}

.login_service,
.login_qrcode,
.login_client,
.login_online{
    background:url("../../images/register/footer.png") no-repeat 0 0;
    text-indent: -999px;
    overflow: hidden;
}

.login_service{
    width: 218px;
    height: 70px;
    background-position:  0 0;
    margin-top: 25px;
}

.login_qrcode{
    width: 229px;
    height: 102px;
    background-position: 100px -115px;
    margin-top: 14px;
    margin-left: 50px;
}
#loginQrcode{
    width: 90px;
    height: 90px;
    padding: 2px;
    background: #fff;
    border: 4px solid #8a695b;
}
#loginQrcode img,
#loginQrcode table
{
    width: 90px;
    height: 90px;
    margin: 0 !important;
}

.login_online{
    width: 400px;
    height: 84px;
    background-position: 0 -393px;
    margin-top: 21px;
}
