.bg-image {
	background: url('./images/silup-bg.png') !important;
	 background-size: cover !important; 
	/*background-size: 70% !important;*/
	box-shadow: rgb(255 255 255 / 65%) 0px 0px 0px 2000px inset !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.bg-white {
    background:#ffffff !important;
}

.opacity-box {
	background-color:rgba(255, 255, 255, 0.7) !important;
}
