body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  background: var(--clr-surface-primary);
}

main {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  padding-block: 4rem;
  justify-content: center;
  align-items: center;
}

.registration-hero {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.registration-hero img {
  width: 6rem;
}

.registration-hero h1 {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--clr-text-primary);
}

.login-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 24rem;
}

@media (min-width: 600px) {
}
