/*login内容开始*/
/*.content-wrapper {*/
/*    background: url(../img/login-background.jpg) center top no-repeat;*/
/*}*/

.login-box {
    padding:2px 26px 15px 26px;
    background: #fff;
    border-radius: 3px;
    border-color: #e2e2e2;
    float: right;
}

.login-form {
    width: 100%;
}

.login-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #4e4e4e;
}

@media (max-width: 500px) {
    .login-box {
        width: 100%;
    }
}

.login-form .form-control-feedback {
    color: #666;
    left: 0;
    right: auto;
}

.login-form .has-feedback .form-control {
    padding-left: 35px;
    padding-right: 10px;
    height: 40px;
}
.login-form .form-control-feedback{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.vcode-input{
    height: 40px;
}
.vcode-img {
    height: 40px;
    width:45%;
    border: lightgrey 1px solid;
}
.vcode-a{
    font-size: 12px;
}

.content .container{
    padding: 0;
}
@media (min-width: 500px) {
    .content .container {
        padding-top: 40px;
    }
    .login-box {
        margin-top: 60px;
    }
}