body{
	background: url(img/bg_l.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ececf6;
	min-height: 768px;
}
#esprit-auth-widget-holder{
	position: absolute !important;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.logo{
    position: absolute;
    top: 228px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
}
.show_form{
	display: block;
	width: 377px;
	height: 124px;
	position: absolute;
	top: 524px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: url(img/btn4_play.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0px;
	cursor: pointer;
}
.show_form_de{
	background: url(img/btn4_de_play.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0px;
}
.show_form_fr{
	background: url(img/btn4_FR_play.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0px;
}
.show_form_pl{
	background: url(img/btn4_PL_play.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0px;
}

.show_form:hover{
	background-position: center -127px;
}

@media (max-width: 1550px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    left: 0;
	    right: 0;
	}
}
@media (max-width: 1024px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    right: auto;
	    left: 0;
	    right: 0;
	}
}