

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  border: 2px solid #1; 
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: rgba(199, 24, 12);
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  border: 2px solid #1; 
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: rgba(199, 24, 12);
  padding: 15px 20px;
  margin-bottom: 20px;
}


