.page--auth .page-inner
{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 72px);
}

.auth-card
{
  width: 100%;
  max-width: 380px;
}

.auth-title
{
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  text-align: center;
}

.auth-subtitle
{
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
  color: var(--baby-muted);
}

.auth-form
{
  margin-top: 8px;
}

.auth-note
{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--baby-muted);
  text-align: center;
}
