body {
 color: #f7f7f7;
 background: #000;
 font-family: 'Noto Sans', sans-serif;
 font-size: 16px;
}
.clear {
 display: block;
 width: 100%;
 clear: both;
}
.container {
        max-width: 700px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
        margin-top: 50px;
}
a.logo {
	text-decoration: none;
	color: inherit;
}
.logo {
   	 line-height: 34px;
   	 width: 250px;
	display: block;
	margin: 0 auto;
	-moz-box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.logo:hover {
	filter: brightness(180%);
}
.logo .marker {
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
    	font-size: 55px;
   	margin-top: 1px;
}
.logo .name {
	display: block;
	float: left;
	font-size: 40px;
	margin-left: 3px;
}
.logo .name .name-pre {
	color: #2bc536;
}
.logo .name .name-post {
	color: #c9c9c9;
}
.subtext {
	font-size: 11px;
	line-height: 16px;
	color: #c9c9c9;
	width: 100%;
	text-align: center;
}
.content {
	margin-top: 35px;
}
.content h1 {
	font-size: 25px;
}
.content h2 {
	font-size: 20px;
	margin-top: 45px;
}
label {
        display: block;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
label.half {
	float: left;
	width: 50%;
}
label.half.left {
	padding-right: 15px;
}
label.half.right {
	padding-left: 15px;
}
input[type=text], textarea {
	width: 100%;
	border: 0px;
	background: #c9c9c9;
	color: #000;
	border: 0px;
	font-size: 14px;
	height: 30px;
	margin-top: 5px;
	text-indent: 10px;
	    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
	box-sizing: border-box;
        -moz-box-sizing: border-box;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type=text]:focus, textarea:focus {
	background: #fff;
	outline: none;
}
textarea {
	resize: none;
	height: 150px;
	text-indent: 0px;
	padding: 10px;
	line-height: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type=submit] {
	display: block;
	width: 130px;
	border: 0;
	outline: none;
	text-align: center;
	font-weight: normal;
	background: #1e8826;
	color: #fff;
	line-height: 29px;
	height: 30px;
	text-decoration: none;
	 -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    -moz-transition: background .2s linear;
	    -webkit-appearance: button;
	font-size: 16px;
}
input[type=submit]:hover {
	background: #2bc536;
	cursor: pointer; 
}

.footer {
	margin-bottom: 50px;
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #c9c9c9;
	font-size: 13px;
	color: #c9c9c9;
	text-align: center;
}
@media (max-width: 740px) {
	label.half {
		float: none;
		width: 100%;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	input[type=text], textarea {
		font-size: 16px;
	}
	.content h1, .content h2 {
		font-size: 20px;
		text-align: center;
	}
}
