// .login-container { width: 100%; max-width: 600px; margin: 0 auto; } .example-form { display: flex; flex-direction: column; gap: 16px; } .form-row { display: flex; gap: 16px; } .form-row mat-form-field { flex: 1; } // .form-actions { // display: flex; // justify-content: flex-end; // } .form-actions { display: flex; justify-content: space-between; align-items: center; } // .right-button { // margin-left: auto; // } // .left-buttons { // display: flex; // /* Espace entre les boutons */ // }