I tried create a view something like following image in css but no useful result using before .
my CSS codes :
.geo-login-left{
background-color: #7199bd;
background-image: url(../img/home-bg.png);
background-repeat: no-repeat;
background-size: cover;
display: block;
background-position: center;
text-align: center;
}
.geo-login-left:before{
background-image: url(../images/logo-white.jpg);
margin-top: 5px;
content : "";
opacity: 0.3;
}
.geo-login-left:after{
background-image: url(../images/logo-white.jpg);
content : "";
}
