.login {
    background-image:url('/img/login_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-header {
    height: 100px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container {
    width: 1200px;
}

.login .logo,
.login .slogan {
    float: left;
}

.login .slogan {
    margin-left: 50px;
}

.login-content {
    margin-top: 100px;
}

.login-area {
    margin: auto;
    width: 400px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    background: white;
}

.login-area .title {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #0E0E0E;
}

.login-area .avatar {
    margin-top: 11px;
}

.login-form {
    margin-top: 25px;
    font-size: 14px;
}

.login-form .form-group {
    margin-bottom: 15px;
}

.login-form .form-control {
    width: 100%;
    height: 45px;
    padding: 10px 14px 9px;
}

.login-form .form-control-code {
    width: 160px;
}

.login-form .btn-login {
    height: 50px;
    border-radius: 5px;
}
.error{
    text-align: center;
    margin-bottom: 8px;
    color: #ff0000;
}