/* 1) Labels */
.eapps-form-element-label,
.eapps-form-element-label * {
  color: #000 !important;
}

/* Champs plus clairs */
.eapps-form input,
.eapps-form textarea {
  background-color: #d6d6d6 !important;
  background: #d6d6d6 !important;
  color: #000 !important;
  border: 1px solid rgba(0,0,0,.25) !important;
  box-shadow: none !important;
}

/* Focus */
.eapps-form input:focus,
.eapps-form textarea:focus {
  background-color: #cfcfcf !important;
  border-color: rgba(0,0,0,.4) !important;
}

/* Placeholder */
.eapps-form input::placeholder,
.eapps-form textarea::placeholder {
  color: #555 !important;
  opacity: 1 !important;
}