body{
	background: url(img/bg_b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	min-height: 768px;
}
#esprit-auth-widget-holder{
	position: absolute !important;
    top: 8px;
    left: 27%;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 1550px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    left: 27%;
	    right: 0;
	}
}
@media (max-width: 1024px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    right: auto;
	    left: 27%;
	    right: 0;
	}
}