﻿@keyframes slideIn {
    from

{
    transform: translateY(-10px);
    opacity: 0;
}

to {
    transform: translateY(0);
    opacity: 1;
}

}

input[type="radio"] {
    margin: 5px 3px 0 16px;
    width: 16px;
    height: 20px;
    vertical-align: -3px;
}

.password-hint {
    color: #888; /* gris léger */
    font-size: 0.7em; /* un peu plus petit */
    display: block; /* force l'affichage sur une ligne entière */
    margin-bottom: 4px;
}

