body.login {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.login:after {
    background: url("../images/hero-banner.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: 326px;
}

.login h1 a {
    background-image: url('../images/banner-text-img.png');
    width: 326px;
    height: 91px;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.login #login_error {
    border-left-color: #d3b35d;
}
