Hi,
I have the same issue, but using the latest version I have some custom CSS lines that are still not applied. I tested them first in the inspector screen (as I always do) and copied them exactly as I wanted the changes:
.login h1, body.login div#login h1 {
padding: 24px 24px 0 24px;
background-color: #FFFFFF !important;
border: 4px solid #ab2927 !important;
border-radius: 10px !important;
}
body.login #nav, body.login #backtoblog {
text-align:center;
background-color: #FFFFFF !important;
border: 4px solid #ab2927 !important;
border-radius: 10px !important;
}
Basically I want to give the logo and both links at the bottom a background and border too, in the same style of the login form, just to make both sections stand out more against the background image.
I have tried different browsers with hard refresh, but no luck so far. Am I overlooking something?