﻿
html, body {
    height:100%;
    font-family:"微软雅黑";
}

.bannerbg {
    position:fixed;
    top:0;
    width:100%;
    background:#fff;
    z-index:99;   
}
.bannerbg a,.partin a span{
     color:#000;
}

.menu .activer {
    background:none !important;
    padding:0 !important;
}
.logo-wrap {
    width:240px;
    height:auto;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:10px;
}
.logo-wrap img {
    width:100%;
    height:100%;
}
    .bgbox {
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }
.logintitle {
    padding:60px 0 40px 0;
    color:#87817C;
    /*font-size:16px;*/
}
.titlebar{
    background-image:url(login_background.png);
    background-size:100% 100%;
    height:100%;
    padding:86px 0;
}
.form-box {
    margin-top: 70px;
    width:100%;
}
.login-bg-wrap {
    padding:0 !important;
}
.login-title {
    margin-left: 140px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #767C7F;
}
.form-wrap {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding:0 !important;
}
.fgroup {
    /*border-radius: 2px;*/
    margin-left: 10% !important;
    width: 80%;
    border: 1px solid #D5DADC;
    margin-top: 5px !important;
}

.inputbox {
    height: 42px;
    border: none;
    border-radius: 0 !important;
    background-color: #FFF !important;
    color: #666 !important;
    -webkit-text-fill-color: #666;
}
.fgroup input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}

.form-control {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 rgba(102,175,233,.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 rgba(102,175,233,.6);
}
.loginboxbg {
    margin: 0 auto;
    max-width: 800px;
    height: 378px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px #333333;
    -webkit-box-shadow: 0px 0px 8px #333333;
    box-shadow: 0px 0px 8px #333333;
}
.code-img {
    cursor:pointer;
    height:36px;
    padding-left:5px;
    padding-right:0;
    margin-top:-3px;
}
.forgetpsd{
	color: #000;
	display:inline-block;
	margin-bottom: 16px;
}
.forgetpsd:hover{
	cursor: pointer;
	color: #449D44;
	text-decoration: none;
}
.forgetpsd span{
	color:#31A3E9;
}
.loginbtn button {
    margin-top: 15px;
    margin-left:34px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #3DB298;
    border: 1px solid #3DB298;
}
    .loginbtn button:hover {
        color: #fff;
        background: #3DB298;
        border: 1px solid #3DB298;
    }
    .loginbtn button:visited {
        color: #fff;
        background: #3DB298;
        border: 1px solid #3DB298;
    }
.footer-area {
    width: 100%;
    color: #eee;
    font-size: 16px;
    padding-top: 26px;
}

.btnarea {
    margin-bottom:50px;
}
.navbar{
    top:0;
    position:absolute;
    z-index:999;
    width:100%;
}

@media (max-width:767px) {
    .loginboxbg{
       max-width:400px;
    }
    .bgbox {
        margin-top:10px;
    }
    .loginboxbg{
        margin:10px 0 60px 0;
    }
    .usene {
        padding-right:0;   
    }
    .logintitle {
        padding:50px 0 40px 0;
    }
}
@media (min-width: 768px){
    body {
        overflow:hidden;
    }
    .form-horizontal .control-label {
         text-align: center; 
         padding:0;         
    }
}
@media (max-width: 320px){
    .usene {
        padding-right:0;   
        padding-left:8px;
    }
}