body {width:100%;}
	
	@font-face {font-family: muli;src: url(/fonts/Muli-Regular.ttf);}
	@font-face {font-family: muli-black;src: url(/fonts/Muli-Black.ttf);}
	
	
	.wrapper{width:800px;margin:auto;border:1px dotted silver;font-family:muli;}
	.header {background-color:#14479e;width:100%;height:80px;display:block;}
	

	
	
	#logo {position:relative;width:180px;left:33%;}
	.logo {width:50%;float:left;}
	.store {position:relative;width:50%;color:black;float:right;left:10%;padding-top:10px;}
	.store_name {font:28px muli-black;color:white;}
	.store_phone {color:white;}
	.store_mobile {display:none;}
	
	.content {width:80%;margin:auto;padding:25px 0;}
	
	
	
	.frm_title {font-size:36px;font-weight:900;line-height:42px;color:#14479e;font-family:muli-black;margin:10px 0;text-align:center;}
	.frm_sub_title {text-align:center;}	
	
	.frm_input {width:100%;padding:10px;font-size:14px;margin:5px 0;font-family:muli;autocomplete:off}
	.frm_label {padding:5px 0px;color:#818181;font-size:16px;}
	.frm_product {}

	
	.btn {width:104%;background-color:#254b96;color:white;border-radius:3px;height:50px;font-size:18px;padding:10px;margin:5px 0;font-family:muli-black;}
	
	.thankyou {width:96%;font-family:muli;font-size:34px;margin:auto;text-align:center;margin-top:2%;background-color:#14479e;padding:25px;color:white;}
	a.thankyoulink {color:white;}
	
	
	
	
	
	@media only screen and (max-width: 600px) {
		.wrapper {width:96vw;margin:unset;}
		#logo {left:20%;}
		.logo {width:100%;}
		.store {display:none;}
		.content {width:96%;padding:25px 10px;}
		.header {width:100%;}
		.frm {width:92%;}
		.frm_title {font-size:24px;line-height:24px}
		.store_mobile {display:block;text-align:center;color:#14478e;font-weight:700;}
		.btn {width:106%;}
		.thankyou {font-size:24px;margin-top:30%;width:85%;}
		#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
		
	}
	