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?