.signup_holder {
	background: #3d4e57;
	width: 100%;
}

.signup_inside {
	width: 1200px;
	padding: 30px 0px;
	margin: 0px auto;
	text-align: center;
}

.signup_text_big {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}

.signup_subtext {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}

.signup_btn {
	color: #FFFFFF;
	font-size: 17px;
	display: inline-block;
	line-height: 22px;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 300;
	border: #2EB472 1px solid;
	background: #2EB472;
	margin: 20px auto;
}

.signup_btn:hover {
	background: #0CAB5F;
}

.signup_btn:active {
	background: #04a557;
	border: #028747 1px solid;
}

.signup_no_cc {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 300;
}

@media screen and (max-width: 1200px) {
	.signup_inside {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.signup_text_big {
		font-size: 24px;
		line-height: 32px;
	}

	.signup_subtext {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.signup_text_big {
		margin-left: 20px;
		margin-right: 20px;
	}
}