﻿.contact input[type='text'], .contact textarea {
  border: 1px solid black;
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
  background-image: none !important; }
  .contact input[type='text']:focus, .contact textarea:focus {
    border: 1px solid black !important;
    background-image: none !important; }

.contact textarea {
  min-height: 200px;
  padding-top: 10px; }

.contact .btn-dark {
  border-color: black !important;
  color: black !important; }

.contact ::-webkit-input-placeholder {
  font-weight: 100;
  font-size: 13px; }

.contact :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 100;
  font-size: 13px; }

.contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 100;
  font-size: 13px; }

.contact :-ms-input-placeholder {
  font-weight: 100;
  font-size: 13px; }
