body {
	overflow: hidden;
	background-image: url('/images/login/login_hero.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.form-container {
	position: absolute; 
	top: 260px;
	right: 10px;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width: 600px) {
	.form-container {
		top: 230px;
		right: 60px;
	}
}

.hero-img {
	position: absolute;
	left: -175px;
	top: 0px;
}

.background-img {
	position: absolute; 
	top: 0px;
	right: 0px;
	min-height: 650px;
}

@media (min-width: 840px) {
	.hero-img {
		height: 700px;
	}
	.background-img {
		right: -75px;
	}
}

@media (min-width: 1200px) {
	.hero-img {
		height: 680px;
		left: 0px;
	}
	.background-img {
		right: -75px;
	}
}
