.parallax-content
{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#parallax
{
	background-image: url("/static-v3/img/employer/login/ofertas-de-empleos-empleate-login.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-position: center;
}