.bg { 
  /* The image used */
  background: url(/pictures/bgImage.jpg);

  /* Full height */
 height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#end
{
    font-weight: bold;
    font-size:30px;
    display:none;
    position: absolute;
  left: 50%;
  top: 50%;
}

#emailHelp
{
    color:black !important;
    
}