
.container {
  width: 80%;
  margin: 0 auto;
  height:auto;
  
}




.form-contact {
  width: 100%;
  font-family: "Open Sans", sans-serif, Times, serif;
  color:#fff !important;
  font-size:20px;
}



.form-contact-input {
  width: 100%;
  color: #fff;
  font-size: 20px;
   height: 40px;
   border:0px;   
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;  

}

.form-contact-textarea {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
}

.form-contact-button {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #B22222;
  display: block;
  border: none;
  border-bottom: 1px solid #500707;
  border-right: 1px solid #500707;
  transition: 1s;
}

.form-contact-button:hover {
  opacity: 1;
} 
