#sp-footer2 input[type="text"] {
	padding: 0;
    margin: 0;
    width: 370px;
	height:48px;
	margin-right:13px;
	margin-left:13px;
	display:inline-block;
	border:2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
    color: #fff;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:12px;
	line-height:44px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
	margin-bottom:23px;
}
#sp-footer2 textarea {
	padding: 0;
    margin: 0;
    width: 770px;
	height:150px;
	margin-right:13px;
	margin-left:13px;
	display:inline-block;
	border:2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
    color: #fff;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:12px;
	line-height:normal;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
	margin-bottom:23px;
}
.g-recaptcha{
	max-width:770px;
	margin:auto;
}
#sp-footer2 input[type="submit"] {
	padding: 0;
	margin: 0;
	width: 144px;
	height: 48px;
	display: inline-block;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #639e04;
	color: #fff;
	font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: top;
	margin-bottom:105px;
	text-transform:uppercase;
}
#sp-footer2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#sp-footer2 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#sp-footer2 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#sp-footer2 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sp-footer2 input[type="text"] {
    	width: 330px;
	}
	#sp-footer2 textarea {
		width: 686px;
	}
}
@media (max-width: 767px) {
	#sp-footer2 input[type="text"] {
    	width: calc(100% - 26px);
	}
	#sp-footer2 textarea {
		width: calc(100% - 26px);
	}
}