Change the background color of error messages

Change the background color of error messages

To change the appearance of system error messages like 'The registration has already ended.' the following CSS has to be added and edited in the design:
  1. .errorMessage {
        background-color: #ed1b2f;
        border-color: #ed1b2f;
        color: #fff;
    }