.reset-container {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
/* Reset card inherits glass effects from main.css */
.reset-card {
  max-width: 450px;
  margin: 0 auto;
  /* Glass effects applied globally in main.css */
}
.reset-header {
  padding: 2rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(225, 229, 235, 0.3);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.reset-header h3 {
  margin: 0;
  color: #28354f;
  font-weight: 600;
  font-size: 1.5rem;
}
.reset-subheading {
  color: #6b7280;
  margin-top: 8px;
  font-size: 0.95rem;
}
.reset-body {
  padding: 2rem;
  background: transparent;
}

.lock-icon-container {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  border: 2px solid #28354f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.lock-icon {
  width: 100%;
  height: 100%;
}

/* Reset form controls inherit glass effects from main.css */
.reset-form .form-control {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 16px;
  /* Glass effects from main.css apply here */
}

.reset-btn {
  height: 50px;
  font-size: 16px;
  margin-top: 10px;
  gap: 8px;

}

.reset-links {
  margin-top: 1.5rem;
  text-align: center;
}

.back-link {
  color: #28354f;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
}

.back-link:hover {
  color: #1e293d;
  text-decoration: underline !important;
}

.form-group label {
  font-weight: 500;
  color: #4e6e8e;
  margin-bottom: 8px;
}

.reset-form .asteriskField {
  color: #dc3545;
}

.error-feedback {
  color: #ef4444;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .reset-card {
    margin: 0 15px;
  }

  .reset-header {
    padding: 1.5rem 1rem 0.75rem;
  }

  .reset-body {
    padding: 1.5rem 1rem;
  }
}

/* Override Turnstile spacing to match login page */
.reset-form .cf-turnstile {
  margin: 16px 0;
}

.reset-btn.button-disabled {
    background-color: #A6B3C4;
    border-color: #A6B3C4;
    cursor: not-allowed;
}
