Currently, I am working on customizing the login theme in keycloak. One particular issue I am facing is changing the color of the login button. Despite my attempts to modify the CSS code as shown below, the intended color change does not seem to take effect
#kc-login {
background-color: rgb(2, 202, 102) !important;
}
Unfortunately, the new color only displays upon hovering over the button. The button's default color is blue due to it being a bootstrap primary button. Since I lack expertise in CSS, I kindly ask if anyone could provide suggestions or insights on how to address this dilemma.