body {
  --primary: #0f172a;
  --accent: #b3e0dc;
  --darker-accent: #44d7ca;
  --highlight: #efe558;
  --text-muted: #64748b;
  --border-light: #body {
  --primary: #0f172a;
  --accent: #b3e0dc;
  --darker-accent: #44d7ca;
  --highlight: #efe558;
  --text-muted: #64748b;
  --border-light: #e5e7eb;
  --bg-soft: #f8fafc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.logo {
  font-weight: 700;
  letter-spacing: 2px;
}

.main-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px;
}

/* LOGIN CARD */
.login-card {
  background: #bfe8e4;
  width: 420px;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 8px 0 #1b1b1b;
}

.login-card h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}

/* FORM */
.login-card label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.login-card input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #4aa7a2;
  outline: none;
}

.btn-primary {
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.btn-primary:active {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.center-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* ERROR */
.error-message {
  background: #ffdddd;
  color: #a10000;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}
.password-wrapper {
  position: relative;
}

.toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.toggle:focus {
  outline: none;
}
e5e7eb;
  --bg-soft: #f8fafc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.logo {
  font-weight: 700;
  letter-spacing: 2px;
}

.main-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px;
}

/* LOGIN CARD */
.login-card {
  background: #bfe8e4;
  width: 420px;
  padding:20px;
  border-radius: 30px;
  box-shadow: 0 8px 0 #1b1b1b;
}

.login-card h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}

/* FORM */
.login-card label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.login-card input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #4aa7a2;
  padding:15px 5px;
  outline: none;
}

.btn-primary {
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.btn-primary:active {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.center-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* ERROR */
.error-message {
  background: #ffdddd;
  color: #a10000;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}
.password-wrapper {
  position: relative;
}

.toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.toggle:focus {
  outline: none;
}
