#login-background, #login-background > div {
  width: 50vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(/assets/images/login-background.svg);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

#login-background > div {
  background-image: url(/assets/images/logo-ebplan.svg);
  background-size: 312px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  max-width: 50vw !important;
}

#login-form-wrapper {
  width: 50vw;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: #f5f5f5;
}

body.login .content {
  margin: 25vh auto 0;
  max-width: 480px;
}

body.login h1 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 2.4px;
  text-align: left;
  color: #f08700;
  margin: 0 0 20px;
}

body.login .link {
  margin: 20px auto;
  text-align: center;
}

body.login #submit {
  width: 100%;
}

body.login .link a {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.4px;
  text-align: center;
  color: #000;
  text-decoration: underline;
}

body.login .copyright {
  position: fixed;
  bottom: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.04px;
  color: #000;
  width: 50vw;
  max-width: 480px;
}

.error {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.4px;
  text-align: left;
  color: #ff3e3e;
  margin: 12px 0 20px;
}

.error a {
  color: #ff3e3e;
}
