Topic-icon color of the forgot buttons

Active Subscriptions:

None
7 months 1 week ago #69250 by ooc
My Login button is white but as the forgot buttons are on a white background I would like them to be black but they consistently show as .ns -bs5 a in instpector.  I have given them both the class forgot-button and, in my template custom css I have
 .sclogin .forgot-password a {
    color: #000 !important; /* black */
}
I have mistaken something but I don't see what.  I have J5 with SP Pagebuilder .  Can you help please?
Attachments:
The topic has been locked.
Support Specialist
7 months 1 week ago #69251 by mel
Replied by mel on topic color of the forgot buttons
Can you provide a URL where I can see the behavior in action? It'll be easier to suggest a css style change?

-Melissa
The topic has been locked.
Support Specialist
7 months 5 days ago #69257 by mel
Replied by mel on topic color of the forgot buttons
.sclogin .btn-link a {
    color: #000 !important;
}
The following user(s) said Thank You: ooc
The topic has been locked.