Dear ,
I want to add Background image in login page. I tried it and write this in inline in loge page but its shown only login logo but not login background image,
span.t-Login-logo {
background-image: url(#APP_IMAGES#mnp_new.png); ----- This image shows in login region
backgroung-size: cover;
width: 150px;
height: 140px;
}
.t-PageBody--login .t-Body {
background-image:url(#APP_IMAGES#warehouse.png); ------------- This image is not show in background
background-repeat: no-repeat;
background-size : 100% Auto;
background-position: 25%;
}
Both files are upload in shared component (Static files)
