/**
 * Styles personnalisés de l'application MPBA
 */

/* ==========================================
   FORM CONTROLS - Hauteur inputs text uniquement
   ========================================== */

/* Inputs text uniquement */
input[type="text"] {
    height: 3rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}
