/* frontend/css/forgotPassword.css */

body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

.hero-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}

.ftco-section {
  padding: 4rem 0;
}

.form-container {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.input-group {
  position: relative;
  margin-bottom: 1rem;
}

.input-group i {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #888;
  font-size: 1rem;
}

.input-group input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.input-group small {
  color: #d00;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

#step2,
#step3 {
  display: none;
}

.forgot-password {
  text-align: right;
  margin-bottom: 1rem;
}

.forgot-password a {
  font-size: 0.9rem;
  color: #0066cc;
  text-decoration: none;
}

button.btn-block {
  width: 100%;
  padding: 12px;
  background: #0066cc;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

button.btn-block:disabled {
  background: #888;
  cursor: not-allowed;
}

#message {
  margin-top: 1rem;
  text-align: center;
  font-size: 14px;
}
