.feature-panel--enterprise{
	background:url(../images/login-slider.jpg) !important;
	background-size: cover !important; /* Changed from "contain" to "cover" to fix background image for various screen resolution. Changed by Shareful on 2023-03-14   */
	background-position: top right !important;
	background-repeat: no-repeat !important;
	text-align:center !important;
	width: 100%;
	min-height:100vh;
	position: absolute;
}
.feature-panel--enterprise.plan{
    background: url(../images/contributor.png);
    background-size: contain;
background-position: top right !important;
background-repeat: no-repeat !important;
}
.feature-panel--enterprise::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.7));
	z-index: 1;
}