body.login {
  background: url(images/blinker-de-bg.jpg) no-repeat center center fixed;
  @include media("all and (max-width: 500px)") {
    background: none; }
  background-size: cover;
  @include media("all and (max-width: 1500px)") {
    background-position: right center; }
}

.login h1 a {
  background-image: url('/content/uploads/2017/04/blinkerde_logo_w.png');
  width: auto;
  background-size: 300px;
  height: 50px;
}