#content {
	width:100%;
	left:0%;
}

#content #auth_login_row { display:none; }
#content .row { width:500px; margin-left:calc(50% - 200px); }
	#content .row label { width:150px; float:left; }
	#content .row input { width:280px; float:left; }
	#content .row #login_button { float:left; margin-top:10px; }
	#content .row #forgot_pass  { float:right; margin-top:10px; text-decoration:underline; }
		#content .row #forgot_pass:hover { cursor:pointer; color:#FFC421; }
		
#content #confirm_password, #content #password_login { margin-left:calc(50% - 75px); margin-top:10px; }