/* Keep entered credentials readable on login pages, including browser autofill. */
html body.html-login-page .login-page .returning-wrapper input.username,
html body.html-login-page .login-page .returning-wrapper input.email,
html body.html-login-page .login-page .returning-wrapper input.password {
    color: #142a43 !important;
    -webkit-text-fill-color: #142a43 !important;
    caret-color: #142a43 !important;
    opacity: 1 !important;
}

html body.html-login-page .login-page .returning-wrapper input.username:-webkit-autofill,
html body.html-login-page .login-page .returning-wrapper input.email:-webkit-autofill,
html body.html-login-page .login-page .returning-wrapper input.password:-webkit-autofill {
    -webkit-text-fill-color: #142a43 !important;
    caret-color: #142a43 !important;
}
