.form-container { width: 600px; height: 400px; margin: auto; /* Center the form horizontally */ } .form-field { width: 100% !important; /* Fields occupy 80% of the form's width */ margin: 0 auto; /* Center the fields horizontally */ } .mat-card { max-width: 400px; /* Ensure the card does not exceed 400px */ margin: 0 auto; /* Center the card horizontally */ }