VSCE: Fix Card and input styles
Created by: abeatrix
The card
stylesheet has been removed from the branded/global-styles folder in main, and the form-group style has been updated to use line-height that is not working in VS Code.
Before this PR, the card style is missing and the input field is using line-height of 26:
This PR adds padding of 0.5rem to all input and form-control class, and imported the removed card style to fix this issue temporary:
Test plan
N/A