#topBar {
  background: white;
  color: black; }

#bottomBar {
  background: #567890;
  color: white; }

[type=submit] {
  background: #fd89ab;
  color: black; }

.failed, [failed] {
  background: #fd89ab;
  color: black; }

.success, [success] {
  background: #9bd8b4;
  color: black; }

input, textarea {
  background: white;
  color: black; }
  input:focus, textarea:focus {
    background: #fffad5 !important;
    color: blue !important; }

.textOnImg {
  color: white; }

/*# sourceMappingURL=color.css.map */
