body.login div#login h1 a {
    background-size: contain !important;
    width: 100% !important;
    height: 50px !important;
}
body.login {
    background-size: cover;
    background-position: center;
    background-color: #D31E25;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.login:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
}
body.login:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.45;
    mix-blend-mode: multiply;
}
#login {
    z-index: 3;
    position: relative;
    padding-top: 0;
}
body.login a {
    color: #D31E25;
}
.login #nav a, .login #backtoblog a {
    color: #ffffff;
}