body { background: #fff; }
#login { width: 300px; }
.login h1 a { background: url(../images/unser-bottrop-app.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 200px; height: 70px; margin-bottom: 30px; }
#wp-submit { text-shadow: none; background: #000; border: none; box-shadow: none; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; }
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover { color: #000; }
#wp-submit:hover { background: #333; }
