<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
}

body::after {
    content: "";
    background-image: url('/wp-content/plugins/ff-help/images/digital-news.jpg');
    opacity: 0.1;
    background-blend-mode: luminosity;
    background-color: white;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

#login {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
}

form#loginform {
    background-color: rgba(0,0,0,0.8) !important;
    padding: 30px 25px 45px;
}

.login form {
    background-color: rgba(0,0,0,0.8) !important;
    padding: 30px 25px 45px;
}

.login label {
    color: #FFF;
}

.login .message {
    border-left: 4px solid #f12d00 !important;
    background: #3a3a3a !important;
    color: #FFF !important;
}

.login #backtoblog a:hover,
.login #nav a:hover, .login h1 a:hover {
    color: #f12d00;
}

#login #lostpasswordform .submit .button-primary,
#login #loginform .submit .button-primary {
    background: #f12d00;
    border-color: #3a3a3a;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 20px;
    height: 40px;
}

.wp-core-ui .button-primary {
    background: #f12d00 !important;
    border-color: #3a3a3a !important;
    color: #FFF !important;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #f12d00 !important;
    border-color: #3a3a3a !important;
    color: #FFF !important;
}

body.login div#login h1 a {
    background-image: url('../images/TheGazetteLogo-Black-Tag.png');
    background-size:100%;
    height: 80px;
    width:230px;
    padding-bottom: 0px;
    position: relative;
    color: rgba(0,0,0,0);
}</pre></body></html>