/* ==========================================================================
   Insert Your Custom Styles Below. All styles located in this file will
   override existing main.css stylesheets.
   ========================================================================== */ 

input::-webkit-input-placeholder {
  color: black;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: black;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: black;
}

textarea::-webkit-input-placeholder { color: black !important; }

input[type="text"] {
  border-style: double;
  border-width: 2px;
  border-color: black;
}

#input_message {
  border-style: double;
  border-width: 2px;
  border-color: black;
}
