/* Champ mot de passe avec l’icône œil */
.apps86-password-wrapper {
  position: relative;
}

.apps86-password-wrapper input[type="password"],
.apps86-password-wrapper input[type="text"] {
  padding-right: 2.5rem;
  display: block;
  width: 100%;
}

.apps86-toggle-pwd {
  position: absolute;
  inset-inline-end: 0.8rem;
  inset-block: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.05rem;
  color: #666;
}

.apps86-toggle-pwd:hover,
.apps86-toggle-pwd:focus {
  color: #004459;
  outline: none;
  background-color: transparent;
}

/* Liens */
.apps86-links {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

.apps86-links a {
  color: #004459;
  text-decoration: none;
}

.apps86-links a:hover {
  text-decoration: underline;
}
