.form-container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 700px !important; width: 600px !important; } .form-field { width: 80%; margin-bottom: 1rem; } mat-card-content { display: flex; flex-direction: column; align-items: center; } mat-card-actions { width: 80%; display: flex; justify-content: space-between; } .full-width { width: 100%; }