#auth_form .auth_error {
	display: none;
	margin-top: 10px;
    text-align: center;
}
#auth_form .register {
	display: block;
	text-align: center;
	margin-top: 10px;
}
#auth_form.loading > div {
	opacity: 0.5;
}
