Styling a href tag in the Universal Login

Hello,

I am having trouble removing the hover styling to a sign-up tag. The a-tag has a className of redirect-a and the code I have been using is reiterations of the code below. However, neither seem to work. Does anyone know what might be the issue? Thank you for your time.

.redirect-a:hover{
color: none;

}

and

a:hover{
color:none
}