.auth-layout-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background:#9181BD url("../assets/images/auth-bg.jpg");
    position: absolute;
    display: inline-block;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index:-999;
	opacity: .3;
	
}