@charset "utf-8";
/* CSS Document */

label{
	display:block;
	margin:12px 0 4px 0;
	font-size:18px;
	font-weight: 600;
}

input{
	width:80%;
	height:40px;
	padding:1% 2%;
	font-family: inherit;
	font-size: inherit;
	border:2px solid #e5e5e5 !important;
}

input + label{
	margin-top:12px;
}

input.submit, input.submit:hover{
	width:50%;
	height:48px;
	background:#000066;
	color:#fff;
	cursor:pointer;
	
}

textarea{
	width:80%;
	height:100px;
	padding:1% 2%;
	font-family: inherit;
	font-size: inherit;
	border:2px solid #e5e5e5 !important;
}

.g-recaptcha{
	margin:22px 0;
}