.auth-shell {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}

.auth-brand {
  margin-bottom: 42px;
  font-size: 36px;
}

.auth-shell > .btn {
  align-self: flex-start;
}

.auth-shell .card h2 {
  margin-top: 0;
}

@media (max-width: 480px) {
  .auth-shell {
    justify-content: flex-start;
    padding-top: 56px;
  }
}
