.fd-reset-request-container {
  max-width: 400px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}
.fd-reset-request-container h2 {
  margin-bottom: 10px;
  color: #333;
}
.fd-reset-request-container input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.fd-reset-request-container button {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.fd-reset-request-container button:hover {
  background-color: #0056b3;
}

.fd-reset-newpass-container {
  max-width: 400px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}
.fd-reset-newpass-container h2 {
  margin-bottom: 10px;
  color: #333;
}
.fd-reset-newpass-container input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.fd-reset-newpass-container button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.fd-reset-newpass-container button:hover {
  background-color: #1e7e34;
}


.fd-reset-success {
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}



.fd-error-msg {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.fd-success-msg {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}
