/* ------------------------------------------------------------
   SIGNUP PAGE
------------------------------------------------------------ */

.section {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-wrapper {
  max-width: 480px;
  width: 100%;
  text-align: center;
}
