
body.sa-dark-bg { background-color: #22242e; }
body.sa-light-bg { background-color: #efefef; }


.sa-main-bg { 
	width: 100%;
	height: 600px;
	display: block;
	position: absolute;
	//top: 60px;
	z-index: 1;
	overflow: hidden;
	background-color: #22242e;
}
.sa-main-bg.sa-log-reg-bg { 
	top: 0;
	min-height: 100%;
	height: 100%;
	position: fixed;
}
	.sa-main-bg .sa-bg-cover { 
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff !important;
		background-position: center center;
		background-repeat: no-repeat;
		//background-size: cover;
		background-image: url(https://strikearena.ru/forums/public/style_images/sa/profile/backgrounds/medal_of_honor_1.png);
	}
	.sa-main-bg .sa-bg-cover:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(34, 36, 46, 0.7);
	}
	.sa-main-bg .sa-bg-pattern { 
		width: 100%;
		height: 339px;
		display: block;
		position: absolute;
		bottom: 0px;
		z-index: 2;
	}

	body.sa-light-bg .sa-main-bg .sa-bg-pattern 	{ background: transparent url(https://strikearena.ru/forums/public/style_images/sa/beta/common/sa-pattern-light.png ) no-repeat; }
	body.sa-dark-bg .sa-main-bg .sa-bg-pattern  {  background: transparent url(https://strikearena.ru/forums/public/style_images/sa/beta/common/sa-pattern-dark.png ) no-repeat; }

