@charset "utf-8";

input::placeholder { color: black !important; }

input.error::placeholder { color: white !important; }

input.valid::placeholder { color: white !important; }

input.error { color: white !important; }

input.valid { color: black !important; }

input { color: black !important; }
