.auth-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  gap: 8px;
  padding: 16px;
}

.auth-layout form {
  max-width: 400px;
}
