.containerForm { display: flex; flex-direction: column; } .buttonSave { background-color: #002b7a; color: #ffffff; } .buttonInscription{ background-color: #007a5b; color: white; } .buttonSave:not(:disabled):hover { background-color: #001f5c; } .altaContainerButton{ display: flex; width: 100%; justify-content: space-evenly; align-items: end; } /* ===== RESPONSIVE ===== */ @media (max-width: 768px) { .gridAlta { grid-template-columns: 1fr; } }