.login-page {
  min-height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}


.login {
  width: 420px;
}


.login-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 40px;
}


.login-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.login-button {
  width: 100%;
}