body.login {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.login:after {
    background: url("../images/banner-image.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;    
    content: '';
    height: 100%;
    position: absolute;
    opacity: .3;
    top: 0;
    width: 100%;
    z-index: -1;
}

#login {
    width: 280px;
}

.login h1 a {
    background-image: url('../images/logo.png');
    background-size: inherit;
    width: 280px;
    height: 186px;
    margin-bottom: 20px;
}

.login #login_error {
    border-left-color: #ed1c24;
}