.contact-section {
	padding: 3em 0;
}
.contact-section h3 {
	color: rgb(51, 51, 51);
	font-size: 2.9em;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
.contact-top p {
	color: #000;
	font-size: 1.3em;
	font-weight: 500;
}
.contact-section {
	padding: 4em 0;
}
.contact-section-bottom {
	/*position: relative;*/
}
.contact-form {
	background: #eee;
	padding: 4.5em 3em;
	/*position: absolute;*/
	width: 100%;
}
/*
.contact-form input[type="text"], .contact-form textarea {
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 15px 15px;
	border: none;
	outline: none;
	margin: 0 0px 15px 0;
	background: #aaa;
}
.contact-form textarea {
	resize: none;
	width: 98%;
	height: 7.5em;
}
*/
.contact-form input span {
  color: red;
}
.contact-form textarea {
  width: 100%;
}
				<h3>Contact Us</h3>
.form-check span {
  margin-right: 50px;
}
.form-check-label {
  padding-right: 0px;
  font-weight: 100;
  color: #fff;
}
.btn {
  margin-top: 30px;
}
  .howrow {
    margin-top: 30px;
    color: #fff;
  }
.contact-form label.form-check-label {
    padding: 0px;
    padding-right: 30px;
    margin-right: 15px;
    font-weight: 100;
    color: white;
				<h3>Contact Us</h3>
  }
.contact-form label {
    color: white;
}
.captcha {
  width: 100%;
  padding-top: 30px;
  text-align: left;
}

.contact-form button {
  background-color: lightblue;
}
.contact-form button:hover{
  background-color: cyan;
}

.contact-form input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 9px 30px;
	outline: none;
	background: #1a1a1a;
}
.contact-form input[type="submit"]:hover{
	background:#777;
}
.submitbtn {
  margin-top: 0px;
  text-align: right;
}
.error {
  color: red;
}
#caprefresh {
  margin: 20px;
  height: 50%;
}
#capinput input {
  height: 50%;
}
