input,
textarea,
.pf-v5-c-form-control,
.pf-v5-c-form-control input,
.pf-v5-c-input-group input {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  opacity: 1 !important;
}

input::placeholder,
textarea::placeholder {
  color: #aeb9ca !important;
  -webkit-text-fill-color: #aeb9ca !important;
  opacity: 1 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #0a1221 inset !important;
  box-shadow: 0 0 0 1000px #0a1221 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}
