/**
 * registration css - appended only in registration page
 */


/*
 * hide the page content in registration full view
 */
@media (max-width: 1024px) {
	#content {
		display: none;
	}
}