Background image in login showing in admin area

Try selecting login body class instead of adding background to html tag.

body.login {
   background:#E2DEAF url(.../images/login_logo.jpg);
}

You could also play with .page (pages only), .logged-in (logged users) and so forth 🙂

Hope it helps.