.invalid {
  color: red !important;
  -webkit-text-fill-color:red !important;
}

input.invalid::-webkit-input-placeholder {
  color: red !important;
  -webkit-text-fill-color:red !important;
}

input[type="text"]:disabled {
  color: #848484;
  -webkit-text-fill-color: #848484;
  background: #fff;
  opacity: 1;
  -webkit-opacity: 1;
}

input {
  color: #848484;
  -webkit-text-fill-color: #848484;
}

input::-webkit-input-placeholder {
  color: #dadada;
  -webkit-text-fill-color: #dadada;
}
