#login h1 a, .login h1 a {
  background-image: url('img/logo.png');
  background-color: #fff;
  background-position: center;
  padding: 10px;
  height:65px;
  width:300px;
  background-size: 300px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
body.login {
  background-image: url('img/forest.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.logininfo {
  margin-top: 15px;
}
body.login #login a {
  color: #fff;
  text-shadow: 2px 2px 10px #333;
}