Code to insert background image to WP login form

Hello Gandalf,

Thanks for your reply.

How to do as you suggested using CSS file?

I tried to insert only this in my CSS:

body.login{
background-image: url( “http://example.com/wp-uploads/image.png” )!important;
}

but it seems not working!