.find-password-container {
  width: 360px;
  margin: 100px auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.find-password-box {
  display: flex;
  flex-direction: column;
}

.find-password-box h2 {
  text-align: center;
  margin-bottom: 20px;
}

.find-password-box label {
  margin-top: 10px;
  font-weight: bold;
}

.input-field {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.find-password-box button {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.find-password-links {
  margin-top: 20px;
  text-align: center;
}

.find-password-links a {
  color: #3498db;
  text-decoration: none;
  font-size: 14px;
}
