#dv1 {
  background-image: url('../../../../../assets/img/illustrations/bg-white.png');
  /* Set background size */
  background-size: cover;
  /* Set background position */
  background-position: center;
  /* Set height of the div */
  height: 100vh; /* Example height */
  /* Add other styles as needed */
  color: white; /* Example text color */
  /* //padding: 20px; */
}
#bg_img1 {
  background-image: url('../../../../../assets/img/illustrations/bg-green.png');
  /* Set background size */
  background-size: cover;
  /* Set background position */
  background-position: center;
  /* Set height of the div */
  /*height: 100vh; /* Example height */
  /* Add other styles as needed */
  color: white; /* Example text color */
  /* //padding: 20px; */
}

#loginBtn {
  box-sizing: border-box;
  width: 364px;
  height: 49.46px;
  border-radius: 84px;
}

#txtBtn {
  width: 210.54px;
  height: 19.02px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
}

#loginBtn #btn-icon {
  opacity: 0;
}

#loginBtn:hover #btn-icon {
  opacity: 1;
}
