.authentication-background {
    background-image: linear-gradient(to right top, var(--primary-color), var(--custom-white));
}

.authentication-background:before {
    background-image: none;
}