How to change the footer color?

How do I change the color of the footer? I tried to change the colors of

body-public footer .info {
color: #000;
text-align: center;
margin: 0 auto;
padding: 20px 0;
}
body-public footer .info a {
color: #000;
font-weight: 600;
padding: 13px;
}

but it doesn’t worked.

You would want to look into the #body-login p.info section.

Indeed, works tanks.