.login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-card {
  width: min(420px, 100%);
  padding: 24px;
}

.login-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.login-logo {
  width: 130px;
  height: auto;
  border-radius: 10px;
}

.login-app-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
}

.login-app-subtitle,
.login-subtitle {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.login-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 6px;
}

.login-field {
  margin-bottom: 10px;
}

.login-submit {
  width: 100%;
  margin-top: 8px;
  font-weight: 600;
}

.login-error {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(217, 45, 32, 0.14);
  border: 1px solid rgba(217, 45, 32, 0.3);
  color: #8f1d13;
  font-size: 13px;
}
