/* Login page only */

.login-page {
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e293b, #334155);
  color: #e2e8f0;
}

.login-page .card {
  width: min(360px, 92vw);
  text-align: center;
}

.login-page input,
.login-page button {
  width: 100%;
}
