.full-background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(/admin/assets/img/pattern.png);
	background-size: cover;
	background-position: center bottom;
	z-index: -2;
	top: 0;
	overflow: hidden;
}