/*login内容开始*/
.content-wrapper {
    background: url(../images/background.png) center top no-repeat;
    background-size: cover;
}
@media (max-width: 900px) {
    .content-wrapper {
        background-size: auto 100%;
    }
}
.main-color {
    background: #035697;
    color: white;
}
header {
    border-bottom: 1px solid #d2d6de;
}

.login-box {
    padding: 5px;
    border-radius: 3px;
    border-color: #e2e2e2;
    -moz-box-shadow: 1px 1px 1px lightgrey;
    box-shadow: 1px 1px 1px lightgrey;
    background: rgba(255, 255, 255, 0.8);
}

.login-form {
    width: 100%;
}

.login-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    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: 14px;
}
