/* @override http://localhost:3003/stylesheets/signup.css?1233953990 */

/* @group Signup Form */

div.signup form {
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
}

div.signup form hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.signup form label {
	text-transform: lowercase;
	font-size: 18px;
	color: #444;
}

div.signup form .description {
	text-transform: lowercase;
	color: #444;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

.almost_there {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}

.almost_there h1 {
	background-color: transparent;
	text-align: center;
	font-size: 36px;
}

.almost_there h2 {
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 0;
	color: #a34200;
}

.almost_there h3 {
	border: none;
	margin-top: 7px;
	font-size: 18px;
}

.welcome h1 {
	background-color: transparent;
	text-align: center;
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #619130;
}

.welcome p {
	font-size: 18px;
	margin-top: 0;
}

.welcome em {
	font-weight: normal;
	font-style: normal;
	color: #732faf;
}

.welcome .brownie_points {
	padding-right: 0;
	margin: 0;
	background-color: transparent;
	display: block;
	padding-bottom: 0;
}

.welcome strong {
	display: block;
}

.welcome .continue {
	width: 320px;
	margin: 0 auto;
}

.welcome .continue .text {
	color: #565656;
	font-weight: bold;
	font-size: 12px;
}

.welcome .continue .big_button {
	width: 300px;
}