.eacf7-form-styler-neumorphism {
  background-color: #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    background-color: #e0e0e0;
    box-shadow: inset 5px 5px 10px #bebebe, inset -5px -5px 10px #ffffff;
  }

  input[type="submit"],
  button.eacf7-button {
    background-color: #e0e0e0;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-color: transparent !important;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff;
  }

  input[type="submit"]:hover {
    background-color: #d0d0d0;
  }
}
