.auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  /* we need this padding since the footer will hide content at the bottom of the container */
  padding-bottom: 5.5rem;
}
