@CHARSET "UTF-8";
/*
	AUTHENTICATION PAGE STYLES
*/
#create_account_form p, #register_link p {
	margin-bottom: 8px;
}

#create_account_form .form-group {
	margin: 0 0 20px 0;
}

#login_form .form-group {
	margin: 0 0 5px 0;
}

#login_form .form-group.lost_password {
	margin: 15px 0;
}

#login_form .form-group.lost_password a {
	text-decoration: underline;
}

#login_form .form-group.lost_password a:hover {
	text-decoration: none;
}

#authentication fieldset.account_creation {
	/* margin-bottom: 20px; */
}