.speed-contact-form {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.speed-contact-form-header {
	font-weight: 100;
	font-size: 1.4rem;
	text-align: center;
}

.speed-contact-form input {
	border: none;
	background-color: #796f64;
}

.speed-contact-form-container {
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 30px 40px;
    border-radius: 100px;
    background-color: #796f64;	
}

.speed-contact-form {
	
}

@media(max-width: 992px) {
	.speed-contact-form {
		padding: 0 15px 0 15px;
	}
}

.speed-contact-form .scf-feedback {
    text-align: center;
    padding: 21px 26px;
    border-radius: 60px;
    background: #EEE;
}

.speed-contact-form button {
	font-size: 1rem;
	font-weight: 600;
	color: white;
	border: none;
	border-left: 1px solid white;
	background-color: transparent;
}

.speed-contact-form button:hover,
.speed-contact-form button:focus,
.speed-contact-form button:active {
	color: white;
}

.speed-contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.speed-contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.speed-contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.scf-feedback {
	background-color: transparent;
}

.speed-contact-form-container .form-control {
    font-size: 1.2rem;	
    color: white !important;
}