.alternative-logins a.button, .alternative-logins li a {
background-color: #E60000;
}

#alternative-logins.alternative-logins .button.register-button {
    color: var(--color-primary-text);
    color: #fff;
    background-color: #E60000;
}

#lost-password {
display: none;
}

#body-login footer a {
    color: var(--color-text);
    color: white;
}

footer {
    background-color: #E60000 !important;
    color: white !important;
}

#body-public footer p a {
    background-color: #E60000 !important;
    color: white !important;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px;
    margin: -10px;
    line-height: 200%;
}

#body-public footer p {
    text-align: center;
    color: white !important;
}