Edit the background-color of the login page

Check out this thread on how to make custom css changes to Zammad:

In your particular case you’d want to use something like this:

.login {
    background: #ff00ff;
}