/* ---- INSCRIPTION PAGE ---- */

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

nav {
  justify-content: center;
}

.auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: calc(var(--nav-height) + 40px) 24px 60px;
  width: 100%;
}
