/*
The form needs to be set with Bootstrap as the output framework for the classes below to be effective
 */

.InputfieldHidden {
  display: none;
}

.form-label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  margin-top: 1.5rem;
}

.card-body .form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  font-style: italic;
}

.form-check{
 list-style-type: none;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  margin-top: 1.5rem;
}

.form-check-input, pw-no-select {
  margin: 0.5rem;
}

p.form-text {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.btn-primary {
  border-radius: 0.25rem;
  background-color: var(--motif-continue);
  color: white;
  text-transform: uppercase;
  padding-bottom: .5rem;
  padding-top: .5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;

}

.text-danger, .alert-danger {
  color: var(--motif-attention);
}