.main-content {
  background-image: url("/static/images/login_background.png");
}

div.margin {
  margin-left: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  height: 100vh;
  width: 100%;
  background: white;
}

div.body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

footer.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
