html, body {
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.login-page, .register-page {
    background: #d2d6de;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box, .register-box {
    width: 22%;
    position: absolute;
    left: 29%;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 376px;

}

.login-box-body, .register-box-body {
    /* background: #fff; */
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 8px;
}
.login-logo, .register-logo {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-logo a, .register-logo a {
    color: #444;
}
a {
    color: #3c8dbc;
}

b, strong {
    font-weight: 700;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.login-page {
    /*background: url("images/backgroundpic.png") no-repeat;*/
    /*background-size: cover;*/
    background-image: url("../../img/jiaolun-bg.jpg");
    background-repeat:no-repeat ;
    background-size:100% 100%;
    background-attachment: fixed;

}

.login-box-body {
    /* background-color: rgba(255,255,255,0.7); */
}
.login-logo b {
    color:#4569B1;
}
.login-logo b:hover {
    text-decoration: underline;
}
.login-bottom{
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.login-left-wrap{
    width: 27%;
    position: absolute;
    left: 25%;
    top: 34%;
}
.login-left-wrap img{
    width: 100%;
}
.login-logo-icon{
    width: 287px;
    margin-left: 40px;
    margin-top: 30px;
}
.btn-primary {
    background-color: #3080EA;
    border-color: #3080EA;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    display: block;
    width: 90%;
    margin-left: 5%;
    border-radius: 4px;
}

.icheck>label {
    padding-left: 0;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.login-icon{

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
@media (max-width: 1600px) {
    .login-box, .register-box {
        transform: scale(0.9);
    }
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}
.form-group label {
    vertical-align: middle;
}
.form-group select {
    width: 70%;
    float: right;
    border:1px solid #cccccc;
    margin-right: 1%;
    text-indent: 2px;
}
.form-group input {
    width: 85%;
    float: right;
    border:none;
    margin-right: 1%;
    text-indent: 2px;
    height: 30px;
}
.password {
    margin-bottom: 5px !important;
}
.forget-pwd {
    position: relative;
}
.forget-pwd .icheck {
    /*margin-left: 30px;*/
}

.forget-pwd a {
    text-decoration: underline;
    position: absolute;
    right: 1%;
    top: 10%;
}
.bottom {
    margin-top: 30px;
}

.bottom .btn-register {
    background-color: #2a6191;
    margin-top: 10px;
    color: #ffffff;
}
.bottom .btn-register:hover {
    background-color: #2a6191;
    border-color: #224e75;
    color: #ffffff;
}
.has-feedback{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 1367px) {
    .login-logo,.register-logo{
        font-size:24px;
    }
    .login-box-body, .register-box-body {
        padding:0 15px;
    }
    .login-box, .register-box{
        height:354px;
        transform: scale(0.9);
    }
    .bottom{
        margin-top: 16px;
    }
}