.role-choice {
    margin-bottom: 25px;
}

.role-choice label {
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.role-choice .form-check {
    display: inline-block;
    margin: 0 15px;
}

.role-choice input[type="radio"] {
    margin-right: 6px;
    accent-color: #0d6efd; /* Couleur Bootstrap bleue */
}

.role-choice .form-check-label {
    font-weight: 500;
}


.form-errors,
.form-errors li,
.text-danger,
.text-danger li {
    color: #dc3545 !important;  /* rouge Bootstrap */
    font-size: 0.9rem;
    margin-top: 4px;
}

.form-errors {
    list-style: none;
    padding-left: 0;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
    color: #666;
}

.toggle-password:hover {
    color: #000;
}
