#registration {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/imgs/background.5b815bd50ea3.jpg");
  background-size: cover;
  background-position: center center;
}

.registration-wrapper {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}

.registration-wrapper .bg-light {
  border-top: 1px solid #eaeaea;
}

.btn,
label {
  font-size: .7em;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fade-in .3s ease-in-out;
}

.display-shadow {
  text-shadow: 1px 1px 0 #000;
}
