body {
  background-color: var(--color-secondary-02, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

.login-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 420px;
}

.login-card__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.login-card__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.form-messages {
  margin-bottom: 1rem;
}
