.bg-login-img {
  background: url("../img/proda_logox2.png");
  background-position: center;
  background-size: contain; /* or cover, depending on your preference */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  padding: 100px; /* Adjust this value to create space around the image */
  box-sizing: border-box; /* Ensures padding is included in the total width and height */
}
