I am trying to build a simple sign up form using HTML, CSS and JS however i am struggling with applying custom styles and positioning to the form elements as its inheriting the styles from the container. For example the form elements should fill the form area and be evenly spaced.
I have tried writing on frontend mentor forum as well. The repo is here including the designs:
I just need some guidance on how to solve the flexbox problem then i will try and add the JS. thanks for any contributions and tips!