#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
/*  background: rgba(249, 249, 249, 0.97);*/
  margin: 30px 0 0 0;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="file"],
#contact select,
#contact textarea {
  width: 100%;
  border: 1px solid #838383;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="file"]:hover,
#contact select:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #838383;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 120px;
  border: none;
  background: #171E89;
  color: #FFF;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
  display: block;
  vertical-align: middle;
  border-radius: 3px;    
}

#contact button[type="submit"]:hover {
  background:#120f62;
  -moz-box-shadow: 0 0 10px #ccc; 
  -webkit-box-shadow: 0 0 10px #ccc; 
   box-shadow: 0 0 10px #ccc;
    
}

#contact span.hint {
    display: block;
    font-size: 13px;
    color: #000;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    padding: 0 2px;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #000;
    font-weight: 700;
}

:-moz-placeholder {
  color: #000;
    font-weight: 700;
}

::-moz-placeholder {
  color: #000;
    font-weight: 700;
}

:-ms-input-placeholder {
  color: #000;
    font-weight: 700;
}