.email-page .background-img {
  background-image: url("./images/bkg.jpg") !important;
  background-size: cover;
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: fixed;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: -1;
}

/*div.email-item a.edit-link, div.email-item a.post-delete-link {
  color: rgba(255,255,255,0.5) !important;
}*/