body {
    background: url('../img/Teschi.jpg') no-repeat center center fixed;
    background-size: cover;
}


/*Estas lineas de codigo son para ocultar el icono de ojo para la contraseña por defecto Para Chrome, Edge, Opera */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button {
  display: none !important;
}

/* Para Firefox  */
input[type="password"] {
  -moz-appearance: textfield;
}