<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*Form Styles*/
.myform{
	width: 100%;
	max-width: 600px;
	padding: 20px;
}
.half{
	width: 49%!important;
	float: left;
}
.myform input, .myform textarea{
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	line-height: 36px;
	margin-top: 10px;
	padding-left: 10px;
}

#captcha{
	width: 160px;
	margin-top: 10px;
	height: 60px;
	float: left;
	border: none;
	outline: none;
}
.myform a{
	margin-top: 10px;
	line-height: 60px;
	float: left;
	color: #444;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}
.myform i{
	width: 60px;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
}
.wrap{
	width: 100%;
	height: 70px;
}
input[type=submit] {
	background-color: #222;
	color: #FFF;
	border-color: #222;
}

@media screen and (max-width: 40em ) {
	.myform span{
		display: none;
	}
	.half{
		width: 100%!important;
	}
	.myform a {
		float: right;
	}
}
</pre></body></html>