
input[type="text"],
input[type="submit"],
textarea {
	color:#000;
	background-color: #eee;
	width: 100%;
	max-width: 400px;
	margin: 5px;
	border-radius: 5px;
}

input[type="submit"] {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px #cc0202;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #cc0202;
}

.g-recaptcha{
	margin: 0px auto !important;
	margin-bottom: 15px !important;
	width: auto !important;
	height: auto !important;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}
.fa-input-container {
	margin: 10px;
}
.fa-input {
	font-family: "FontAwesome";
	font-size:18px;
}
