ol, ul, li, div, p, dl, dt, dd {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
body{
    background: #11171a;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
}


.account-pages {
    background: url(/img/hj_bg.jpg) center;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.login_m {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -350px;
    width: 600px;
    padding: 0;
    background-color: #1b2429;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
}
.login_logo {
    text-align: left;
    margin-bottom: 25px;
    padding: 10px;
}
/*.login_boder {*/
    /*background: url(/img/login_m_bg.png) no-repeat;*/
    /*height: 302px;*/
    /*overflow: hidden;*/
/*}*/
.login_padding {
    width: 50%;
    margin: 0px auto;
    padding: 28px 47px 60px 47px;
}
.login_boder h2 {
    color: #4f5d80;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 11px;
}
.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.login_boder input.txt_input {
    position: relative;
    display: inline-block;
    padding: 2px 7px;
    width: 94%;
    height: 28px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-image: none;
    background-color: #253239;
    border: 2px solid rgba(238, 238, 238, 0.1);
    border-radius: 4px;
    color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
form .has-feedback .ant-input {
    padding-right: 24px;
}
.ant-input-lg {
    padding: 6px 7px;
    height: 32px;
}

.login_boder input.txt_input2 {
    margin-bottom: 20px;
}
.login_boder p.forgot {
    font-size: 11px;
    text-align: right;
    margin-bottom: 15px;
}
.login_boder p.forgot a, .login_boder p.forgot a:visited {
    color: #8c8e91;
}

.rem_sub input.sub_button:hover {
    background-position: -153px -882px;
    cursor: pointer;
}

.ant-btn-primary {
    color: #fff;
    background-color: #108ee9;
    border-color: #108ee9;
}

.ant-btn-lg {
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
}

.ant-btn {
    margin: 20px auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 4px;
    height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
    /*color: rgba(0,0,0,.65);*/
    background-color: #fff;
    border-color: #d9d9d9;
}

.ant-btn-primary {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9;

}

.ant-btn-lg {
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}


/*.rem_sub input.sub_button {*/
    /*float: right;*/
    /*width: 122px;*/
    /*height: 32px;*/
    /*!*background: url(/img/site_bg.png) no-repeat -153px -850px;*!*/
    /*border: none;*/
    /*color: #FFF;*/
    /*padding-bottom: 2px;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
/*}*/
