
body {
  /* The image used */
  background-image: url("../public/img/background.jpg");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-card-class {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.content {
  margin-top: auto;
  margin-bottom: auto;
}

footer {
  margin-top: 40px;
}

header {
  margin-bottom: 40px;
}
