  input::-ms-reveal,
  input::-ms-clear {
       display: none;
   }
 
   .backgroundimg {
     width: 100%;
	   background: url("../images/fondo-navixy.jpg") !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
	   background-repeat: no-repeat !important;
	   background-position: center;
     background-size: cover !important;
   }
   
   .loading{
	   font-size:15px;
   }