.fullBackground { 

    background: url('bgimage.jpg') no-repeat;
    background-size: 100% 100%;
}

input[type="text"]::-ms-clear {
    display: none;
}      

input[type="text"]::-ms-clear {
  width : 0;
  height: 0;
}