label[for="username-17918"] {
  color: transparent; /* cache le texte existant */
  position: relative;
}
label[for="username-17918"]::before {
  content: "Votre nom d'utilisateur";
  color: #333; /* couleur visible */
  position: absolute;
  left: 0;
  top: 0;
}