#cardemail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: none !important;
}

#cardemail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../assets/img/CombieasyIDP.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
}

