/* 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-feedback {
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apps86-toggle-pwd:hover,
.apps86-toggle-pwd:focus {
  color: #79C4B5;
  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;
}
