Change login page text color

Does anyone know what I need to do to change this text to white???


dont mind the piglet xd

add adOn theming / css from the app store (see link below)

then admin settings
theme / design

add this custom css →

#body-login a, #body-login label, #body-login footer p, #body-login #alternative-logins legend, #body-login .lost-password-container #lost-password {
color: #4A81C9;
}

i guess quick n dirty but works fine here

brNP