body{
	background: url(img/bg_s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #050208;
	min-height: 768px;
}
#esprit-auth-widget-holder{
	position: absolute !important;
    top: 200px;
    top: 12%;
    left: 0;
    right: 460px;
    margin: 0 auto;
    display: none;
}
.outer_form{
    width: 601px;
    margin: 0 auto;
    height: 246px;
    position: absolute;
    top: 18%;
    left: 0px;
    right: 460px;
}
.logo{
    background: url(img/shinigame_logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 286px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.slg{
    background: url(img/s_s.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 601px;
    height: 308px;
    margin-bottom: 30px;
}
.graj{
    background: url(img/btn_play_pl_big.png);
    background-repeat: no-repeat;
    background-size: 443px auto;
    background-position: center 0px;
    width: 443px;
    height: 150px;
    margin: 0 auto;
    cursor: pointer;
}
.graj:hover{
	background-position: center -154px;
}
@media (max-width: 1550px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    top: 200px;
        top: 12%;
	    left: 0;
	}
}
@media (max-width: 1024px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    right: auto;
	    top: 200px;
        top: 12%;
	    left: 0;
	}
}