body {
    background: #f7f7f7;
}
.login {
    border: 1px solid #f2f2f2;
    border-radius: 2px!important;
    background: #fff;
}

ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.login-form {
    margin-top:25px;
    padding: 0;
    width: 460px;
    float: left;
}

.form-group{
    width: 350px;
}
.login-form form{
    padding: 25px 0 0 80px;
}

.aside {
    width:40%;
    float: right;
    min-height: 230px;
    margin: 10px 0 40px 0;
    text-align: center;
    border-left: 1px dashed #e8e8e8;

}
.qqlogin-title {
    font-size: 14px;
    color: #666;
    margin-top: 28px;
}
.qqlogin {
    display: inline-block;
    width: 120px;
    height: 150px;
    background: url(../img/auth/qq.png) no-repeat center center;
    padding-top: 140px;
    margin-top: 15px;
}

.captcha {
    outline: none;
    width: 100px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}
.captcha:focus{
    border:1px solid #47c68c;
}
.container{
    width: 1200px!important;
}
.check-code {
    width: 85px!important;
}

.step-title{
    width:1200px;
    padding-top: 8px;
    margin:0 auto;
    overflow: hidden;
    margin-bottom: 13px;
}
.step-name{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;

}
.step-tips{
    float: right;
    font-size: 16px;
    color: #333;
}
.step-tips a{
    color: #438bca;
    text-decoration: none;
}
.form-group-checkbox{
    margin-top: -7px;
}
.login-check{
    display: inline;
    padding-right: 30px;
    font-size: 14px!important;
    vertical-align: bottom;
    margin-right: 4px!important;
}
.login-check input{
    margin-top:5px\9;
}
.login-btns{
    padding: 7px 20px;
    font-size: 16px;
    margin-top: -3px;
    background-color:#438bca;
    font-size: 18px;
    color:#fff;
}
.login-btns i{
    color: #fff;
}
.login-btns:hover,.login-btns:focus{
    background-color: #3b7ab2;
}
.login-btns:active{
    background-color: #356ea0;
}
.login-btns:hover,.login-btns:focus,.login-btns:active{
    color:#fff;
}
#loginForm label{
    font-size: 14px;
    color:#333;
}

.form-group{
    margin-bottom: 17px;
    width: 380px;
}
.form-control {
    height: 40px!important;
}

.form-left{
    width: 100px;
    text-align: right;
}
.form-right{
    display: inline-block;
    margin:-5px 0 10px 10px;
    width: 290px;
    vertical-align: text-top;
}
.form-control{
    height: 38px;
}
.js-refresh-check{
    font-size: 12px;
    color: #3499ff;
}
.js-refresh-check:hover{
    color: #3499ff;
}

.login-form.register-form{
    width: 55%;
    height: auto;
}
.login-form.register-form form{
    padding-left: 30px;
}
.register-form .form-group{
    width: auto;
    margin-bottom: 5px;
}
.register-form form{
    padding: 10px 0px 10px 60px;
}
.register-form .form-right{
    width: 380px;
}
.register-form .form-group label{
    color: #333;
    margin-right: 0px;
    position: relative;
    top: 5px;
}

.register-form .form-group-get-code{
    margin-bottom: 5px;
}
.register-form .get-code{
    width: 133px;
    height: 32px;
    font-size: 14px;
    color: #333;
    padding: 6px 0px;
    text-align: center;
    background: url("../img/btn-bg.png");
}


.register-form .get-code:hover{
    color: #333!important;
}

.register-form .captcha{
    height: 40px;
    width: 70px;
}

.register-form .J_captcha{
    width: auto;
}

.register-form .login-btns{

    margin-top: -1px;
}

.register-form .js-refresh-check{
    color: #438bca;
    font-size: 14px;
    margin-left: 10px;
}

.container,.step-title{
    width: 800px !important;
}

.register-form .form-right{
    width: 250px;
}

.for-login-page{
    margin-top: 30px;
}

@media (max-width: 1100px) {
    #topcontrol{
        display: none !important;
    }
    html, body{
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        min-width: 800px;
    }
    .page-container{
        margin: 10px 0;
    }
    .container,.step-title {
        width: auto !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .login-form{
        width: 50%;
    }
    .form-group{
        width: 300px;
    }
}