/* FIX INPUT VISIBILITY (force) */
input, textarea, select, .form-control {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  caret-color: #111 !important;
  background-color: #fff !important;
}

input::placeholder, textarea::placeholder {
  color: #777 !important;
  opacity: 1 !important;
}
