input:not([type="checkbox"]):not([type="radio"]),
textarea {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #d9d9d9 !important;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af !important;
}