/**
 * ChimeStore Auth - Login Styles
 */

.auth-login-container {
  max-width: 420px;
  margin: 60px auto;
}

.auth-login-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.16);
  padding: 24px 20px 20px;
}

.auth-login-header {
  text-align: center;
  margin-bottom: 18px;
}

.auth-login-header h1 {
  margin: 0 0 4px 0;
  font-size: 22px;
}

.auth-login-header p {
  margin: 0;
  font-size: 13px;
  opacity: 0.75;
}

.auth-login-error {
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 13px;
  border: 1px solid #fecaca;
}

.auth-login-form .form-group {
  margin-bottom: 14px;
}

.auth-login-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.auth-login-form input[type="text"],
.auth-login-form input[type="password"] {
  width: 100%;
  padding: 9px 11px;
  border-radius: 9px;
  border: 2px solid #e2e8f0;
  font-size: 14px;
  background: #f8fafc;
}

.auth-login-actions {
  margin-top: 8px;
}

.auth-login-button {
  width: 100%;
  justify-content: center;
}
