body.void , html 
{
	min-height: 100% !important;
	height: 100% !important;
}


.wrapper-left{max-width:450px;}





@media (min-width: 768px)
{
	body.void:before{position:absolute;content:' ';top:0;left:0;bottom :0;width:482px;background: white;}

	.bg-hero-login
	{
	    background-image: url(../img/hero-login-bg.svg);
	    background-size: cover;
	    background-position: center;
	}


}

