.info-pwd {
  background-color: #f8f8f8;
  padding: 15px;
}
#submit-btn:disabled {
  background-color: #e0e0e0;
  color: #b0b0b0;
  border-color: #d0d0d0;
  cursor: not-allowed;
}
.bloc-button-account {
  background-color: #f8f8f8 !important;
  transition: color 0.3s ease-in-out;
}
.bloc-button-account:hover {
  background-color: #654233 !important;
}
.bloc-button-account:hover .color-primary {
  color: #fff !important;
  transition: color 0.3s ease-in-out;
}

.bg-header-table {
  background-color: #654233 !important;
  color: white !important;
}
