How can I change the color of an incorrect login error message?

How do I correct this so that the background of an error message for an incorrect password is not red? The font color is also red.

@cshomemed

give me the Store URL please.

Here is the preview link.

https://cshomemed.com/?_ab=0&_fd=0&_sc=1

store is password protected please share the password of store.

Creative Social

Please add the below code above in theme.liquid

layout >> theme.liquid

form#customer_login .errors ul { list-style: none; } form#customer_login .errors li{ color: #fff!important; }

after adding the code look like,

This worked perfectly! Appreciate the help.