/* make keyframes that tell the start state and the end state of our object */
.important_input input {
  background-color: red; }

.important_input input::placeholder {
  color: black; }

.validation_message {
  color: red;
  background-color: white;
  border-radius: 5px;
  line-height: 2em;
  box-shadow: 1px 1px 5px black;
  margin: 4px 10px; }

/*# sourceMappingURL=form.css.map */
