/* Reset Password Page Styles */
.reset-wrapper {
  max-width: 450px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.reset-card {
  background: white;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.reset-card h2 {
  color: #c07a53;
  margin-bottom: 1.5rem;
}

.reset-card input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #c8b39a;
  border-radius: 16px;
}

.reset-card .btn-primary {
  width: 100%;
  margin-top: 1rem;
}

.password-strength {
  font-size: 0.8rem;
  margin-top: -8px;
  margin-bottom: 12px;
  text-align: left;
}

.strength-weak {
  color: #e74c3c;
}
.strength-medium {
  color: #f39c12;
}
.strength-strong {
  color: #27ae60;
}
