body.login {
  background-image: url(/assets/images/login-hintergrund.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9eef1;
}
body.login #login-background {
  background-image: url(/assets/images/login-headerfarben.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 26px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
body.login .copyright {
  position: fixed;
  bottom: 72px;
  text-align: center;
  font-size: 13px;
  width: 100vw;
  padding: 0 20px;
}
body.login .copyright a {
  opacity: 0.65;
  font-family: AtkinsonHyperlegibleNext;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.06px;
  text-align: center;
  color: #202224;
  text-decoration: none;
}
body.login .copyright a:hover {
  text-decoration: underline;
}
body.login .link {
  margin: 80px auto 0;
  text-align: center;
}
body.login #login-form-wrapper {
  width: 630px;
  max-width: 88%;
  border-radius: 24px;
  background: #fff;
  padding: 60px 72px;
  margin: 14vh auto;
}
body.login #login-form-wrapper h1 {
  text-align: center;
  margin-top: 64px;
}
body.login #login-form-wrapper p {
  text-align: center;
  margin: 12px 24px 32px;
}
body.login #login-form-wrapper .logo {
  text-align: center;
}
body.login #login-form-wrapper .logo img {
  max-width: 100%;
}
body.login #login-form-wrapper .link a {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  opacity: 0.6;
  text-decoration: underline;
}

@media screen and (max-height: 1080px) {
  body.login #login-form-wrapper {
    margin-top: 7vh;
    margin-bottom: 0;
  }
  body {
    height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-height: 980px) {
  body.login #login-form-wrapper {
    margin-top: 4vh;
  }
  body.login .copyright {
    bottom: 40px;
  }
}
@media screen and (max-height: 880px) {
  body.login #login-form-wrapper {
    padding: 40px 60px;
    width: 560px;
  }
  body.login #login-form-wrapper h1,
  body.login .link {
    margin-top: 32px;
  }
}
@media screen and (max-height: 760px) {
  body.login #login-form-wrapper .logo img {
    max-width: 220px;
  }
  body.login #login-form-wrapper h1,
  body.login .link {
    margin-top: 20px;
  }
}
@media screen and (max-height: 720px) {
  body {
    height: 100%;
    overflow-y: auto;
  }
  body.login #login-form-wrapper {
    margin-bottom: 80px;
  }
  body.login .copyright {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  body.login #login-form-wrapper {
    padding: 20px;
  }
  body.login #login-form-wrapper h1, body.login .link {
    margin-top: 20px;
    line-height: 1.2;
  }
  body.login #login-form-wrapper p {
    margin-left: 0;
    margin-right: 0;
  }
  body.login #login-form-wrapper .logo img {
    max-width: 80%;
  }
  button {
    max-width: 100%;
  }
  .content button[type=submit].min-width, .content button.button.min-width, .content a.button.min-width {
    min-width: 100%;
  }
  body.login #login-form-wrapper .link a {
    font-size: 14px;
  }
}
