All i want to do is change the background colour of the checkbox (remember me) box i know how to use css i've tried this but doesn't work.
#mod_login_remember {
background-color:#FF6600;
}
and i've tried this
#mod_login_remember {
color:#FF6600;
}
Everything in my community Builder is custom css so this now looks out of place.