.banner-image {
  background-image: url('../img/Real-Data.svg');
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-image {
  background-image: url('../img/Real-Data.svg');
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}