.elementor-1082 .elementor-element.elementor-element-25e9758{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d91bd16 *//* Container Form */
.custom-password-form {
  max-width: 400px;
  margin: 40px;
  padding: 10px;
  font-family: 'Segoe UI', sans-serif;
}

/* Input Field */
.custom-password-form .cpf-input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-password-form .cpf-input:focus {
  border-color: #ff8922; /* your violet */
  box-shadow: 0 0 0 3px rgba(67, 47, 99, 0.1);
  outline: none;
}

/* Submit Button */
.custom-password-form .cpf-button {
  width: 100%;
  padding: 14px;
  background-color: #ff8922;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-password-form .cpf-button:hover {
  background-color: #ff8922;
}/* End custom CSS */