@import url('https://fonts.googleapis.com/css?family=Chivo:300,400,700,900,900i');

::-webkit-input-placeholder { color: #14434D; } /* WebKit */
:-moz-placeholder { color: #14434D; } /* Firefox 18- */
::-moz-placeholder { color: #14434D; } /* Firefox 19+ */
:-ms-input-placeholder { color: #14434D; } /* IE 10+ */

.contentForm {
	float: right;
	width: 50% !important;
	margin-top: 160px;
}

.contentForm input {
	border:0;
	background-color: #FFF;
	width: 475px;
	height: 74px;
	float: left;
	margin-bottom: 35px;
	margin-left: 70px;
	padding: 15px;
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #14434D;
}

.contentForm textarea {
	border:0;
	background-color: #FFF;
	width: 475px;
	height: 200px;
	float: left;
	margin-bottom: 35px;
	margin-left: 70px;
	padding: 15px;
	font-family: 'Chivo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #14434D;
}

.btnSend {
	background-color: #DEDB00 !important;
	font-weight: 700 !important;
	font-size: 22px !important;
	color: #14434D !important;
	transition: all 0.3s;
}

.btnSend:hover {
	cursor: pointer;
	background-color:#14434D !important;
	color: #DEDB00 !important
}