


.form-content label{
    font-size:16px;
    padding-top:20px;
}

.reset-form {
  max-width: 400px;
  margin: 50px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(101, 67, 33, 0.1);
  font-family: 'Arial', sans-serif;
}

.reset-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.reset-form .form-group {
  margin-bottom: 20px;
}

.reset-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}

.reset-form input.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.reset-form .btn {
  width: 100%;
  padding: 12px;
  background-color:#964b29;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reset-form .btn:hover {
  background-color: #C19A6B;
}
