html { font-size: 16px !important; }
body { font-size: 12px !important; }
.wrapper { width: 75rem; margin: 0px auto; }

@media (max-width: 1365px) {
html { font-size: 12px !important; }
}
 @media (min-width: 1366px) {
html { font-size: 14px!important; }
}
 @media (min-width: 1440px) {
html { font-size: 16px !important; }
}

@media (min-width: 1680px) {body{font-size: 16px !important;}}
@media (min-width: 1920px) {
html { font-size: 16px !important; }
}
.body_page{
    background: url(../images/bg_03.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.login_form{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 21.875rem;
    height: 28.125rem;
    background-color: #fff;
    border-radius:0.25rem;
    padding:1.625rem;
    box-shadow: 0px 0px  1.25rem rgba(00, 00, 00, .2);
}

.login_form h1{
    font-size: 1.25rem;
    text-align: center;
    line-height: 4.375rem;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1.5rem;
}
.login_form_ul li{
    position: relative;
    margin-bottom: 1.25rem;
}
.login_form_ul li input{
    width: 100%;
    height: 2.625rem;
    border-radius: 2px;
    border: 1px solid #d0d0d0;
    padding-left: 0.625rem;
}
.forget_password{
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #565656;
    font-weight: 600;
    position: relative;
    top: -0.375rem;
    cursor: pointer;
}
.btn_log{
    display: block;
    background: #ffd100;
    line-height: 2.625rem;
    text-align: center;
    border-radius: 0.125rem;
    font-size: 1rem;
    font-weight: 600;
}
.login_form_ul li.first input{
    width: 60%;
}
.login_form_ul li.first .send_password{
    position: absolute;
    right: 0;
    width: 36%;
    line-height: 2.625rem;
    text-align: center;
    background: #c1c1c1;
    border-radius: 0.125rem;
    font-size: 0.875rem;
}
.login_form_ul li input.active{
    border:1px solid #56c9c4;
    box-shadow: 0px 0px 0.5rem rgba(00, 00, 00, .1);
}
.btn_log:hover{
    box-shadow: inset 0px 0px 0.5rem rgba(00, 00, 00, .2);
    box-shadow: 0px 0px 0.5rem rgba(00, 00, 00, .2);
    opacity: .8;
}
.send_password:hover{
    box-shadow: 0px 0px 0.5rem rgba(00, 00, 00, .2);
    opacity: .8;
}




.new_login_form{
    background: url(../images/new_bg.jpg)no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.new_login_wrap h1{
    font-size: 2.75rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.75rem;
    letter-spacing: 0.25rem;
    position: relative;
}
.new_login_wrap h1 img{
   height: 3.4375rem;
}

.logo_pic img{
    height: 3rem;
}

.new_login_wrap{
    width: 50%;
    height: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translate(0,-6.25rem);
    -ms-transform: translate(0,-6.25rem);       /* IE 9 */
    -webkit-transform: translate(0,-6.25rem);   /* Safari and Chrome */
    -o-transform: translate(0,-6.25rem);        /* Opera */
    -moz-transform: translate(0,-6.25rem);      /* Firefox */
}
.new_login_ul{
    width: 20.625rem;
    height: 21.25rem;
    margin: auto;
    border: 1px solid #59615f;
    border-radius: 1.375rem;
    padding: 3.75rem 1.875rem;
    position: relative;
    FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=rgba(255, 255, 255, .24), endColorStr=rgba(0, 0, 0, .14));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .24), rgba(0, 0, 0, .14));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .24), rgba(0, 0, 0, .14));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .24)), to(rgba(0, 0, 0, .14)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .24)), to(rgba(0, 0, 0, .14)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .24), rgba(0, 0, 0, .14));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .24), rgba(0, 0, 0, .14));
}
.new_login_ul li{
    margin-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.new_login_ul li label{
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.new_login_ul li label span{
    font-size: 0.875rem;
    font-weight: 500;
    opacity: .8;
}
.new_login_ul li input{
    width: 100%;
    height: 2.25rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #939b99;
    background: #fff;
    padding-left: 0.875rem;
    color: #333;
}
.new_login_btn button{
    display: block;
    width: 9.375rem;
    margin: auto;
    line-height:2.125rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 0.5rem;
    background: url(../images/btn.png)no-repeat center center;
    background-size: 100% 100%;
    color: #3a8238;
    font-weight: 600;
    border: 0;
}
.new_login_ul:before{
    content: "";
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    width:2.75rem;
    height: 2.75rem;
    background: url(../images/arrow.png)no-repeat center center;
    margin: auto;
}
.copy_text{
    font-size: 0.875rem;
    color: #a7aa10;
    margin-top: 2.5rem;
}
.logo_pic{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1.875rem;
}


.checkbox_label{ background:url(../images/cheeck.png) left center no-repeat; display:inline-block; padding-right:1.875rem; margin-bottom:1.25rem; }
.checkbox_label.on{background:url(../images/checked.png) left center no-repeat; }
.checkbox_input[type=checkbox]{ opacity:0; width:1.125rem; height:1.125rem; margin:0px; margin-right:0.5125rem;}
.checkbox_label{
    display: block;
    position: relative;
    top: -0.25rem;
    color: #fff;
    text-align: left;
    font-weight: 500;
}