@charset "utf-8";
/*hr{border-top:1px dashed #ddd;}*/

/*
*登录、注册窗口
*/
.padding-bottom25{ padding-bottom:25px}
.form-group{ margin:0 0 30px 0!important;}
.has-feedback .form-control {  padding-right:0 }
.container{height:100%}

.login-bj {
    background: url("../img/login.jpg") no-repeat center top;
    background-size: cover;
    height:640px
}
.login-ioc{ height: 17px;  background: #2ba4ff;  padding: 2px;  float: left; margin: 2px 10px 0 0;}
.login-cen{margin: 3.5% 0 !important;  position: absolute;  z-index: 1;  right: 15px;  padding:30px 35px; background: #fff;width:370px;}
.form-control {  height: 40px;  padding: 6px 12px 6px 45px;  border: 1px solid #d6d6d6; border-radius:3px}

.login-input-ico {
    background: url("../img/login_bg.png") no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 5px;
    top: 0px
}
.ico_1{ background-position: 6px 11px}
.ico_2{ background-position:6px -60px;}
.ico_3{ background-position:6px -25px;}
/*.btn{padding:10px 12px;}*/

.margin-bottom20{ margin-bottom: 20px;}
.login-error{ position: absolute; top: 58px;  left: 34px;}
#errTipMsg{font-size:12px}


/*end*/
.entry a{line-height:4;border:1px solid #ddd;display:inline-block;margin:0 20px;}
.entry a.active{border-color:#FC472E;}
.log{color:#999!important}
.log:hover{ color:#999!important; }

/*
*实名认证
*/
hr { margin:15px 0 0 0;}
.margin-top20{ margin-top: 20px;}
.color-999{ color:#999}
.login-button {
    border-color: #2ba4ff;
    background-color: #2ba4ff;
    width: 100%;
    color:white;
}
.green {
    color: #2ba4ff;
}
.green:hover {
    color: #3c67f7;
    text-decoration: none;
}
.login-button:hover {
    color: white;
    border-color: #2ba4ff;
    background-color: #2ba4ff;
}
.text-right a {
    text-decoration: none;
    color: #666;
}
.text-right a:hover {
    outline: none;
    text-decoration: none;
    color: #3c67f7;
}
