.login_logo{
    width:900px;
    margin: 0 auto;
    height: 100px;
    margin-top: 20px;
    text-align: center;
}

.login_logo img{
    height: 57px;
    width: 222px;
}
.login_main{
    margin: 0 auto;
    width: 900px;
    background: #fff;
    padding: 60px 0;
}
.login_title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    color: #333;
}

.login-content{
    margin: 0 auto;
    height: auto;
    width: 50%;
    overflow: hidden;
}
.input-wrapper {
    text-align: center;
    width: 400px;
    position: relative;
    margin: 0 auto 15px auto;
}
.input-wrapper  input{
    outline: none !important;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    color: #777;
    word-break: break-all;
    width: 100%;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    padding-left: 12px;
}
.input-wrapper  input:focus {
        background: #fff;
        border: 1px solid #3399ff; }

.login-content .error input{
    border: 1px solid #ff3131 !important;
    color: #ff3131;
}

.input-wrapper  .error-promote{
    display: none;
    position: relative;
    color: #ff3131;
    font-size: 12px;
    width: 400px;
    text-align: left;
    padding-left: 1%;
    margin: 0 auto;
}
.checkbox-inline{
        display: block;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    width: 400px;
    text-align: left;
    margin: 25px auto 40px auto;
}

.checkbox-wrapper{
    position: relative;
    border: 1px solid transparent;
}
.checkbox-inline .icon{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url(../image/checkbox.png) no-repeat #fff;
    -moz-background-size: 30px 15px;
    -o-background-size: 30px 15px;
    background-size: 30px 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}
.checkbox-inline .unchecked{
    background-position: -15px 0px;
}
.checkbox-inline .checked{
    background-position: 0px 0px
}
.input-wrapper span{
    font-size: 14px;
    color: #777;
}
.forgetpwd{
    display: inline-block;
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
    text-decoration: none;
    color: #3399ff;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}
.forgetpwd:hover{
     color: #3399ff;
    font-size: 16px;
}
.loginBtn{
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    display: block;
    width: 400px;
    background: #3399ff;
    margin: 0 auto 60px auto;
}
.loginBtn-loading{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 400px;
    margin: 0 auto 60px auto;
    background: #66b3ff;
    cursor: not-allowed;
}
.jumpBtn{
     cursor: pointer;
    color: #00cc33;
    border-bottom: 1px solid #00cc33;
    font-size: 16px;
}
.jumpBtn:hover{
   color: #00cc33; 
}
.footer-copyRight-content{
    position: relative;
    top: 30px;
    left: 0;
    width: 100%;
}
.footer-copyRight{
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    color: #96989f;
}

.captcha-warpper{
    display: inline-block;
    vertical-align: bottom;
    width: 400px;
}
.captchaBtn{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #3399ff;
    vertical-align: bottom;
    color: #ffffff;
    margin-left: 9px;
}
.captchaBtn-loading{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #b6b6b6;
    vertical-align: bottom;
    color: #ffffff;
    margin-left: 9px;
    cursor: not-allowed;
}
.captcha_input{
    width: 225px;
    display: inline-block;
}