It would be smart to run your html through a validator
One big issue I see immediately is you are using multiple ids with the same name. This is not allowed in html. Ids need to be unique meaning you can never have more than one id with the same name
Very neat!
In addition to what @Cody_Biggs advised (He usually knows what he’s talking about) You should make sure that your form is easy to read.
I like the size of your text but the:
color: #f3f3f3;
Is much to light against the white input field in my opinion.
But well done on making it so neat and clean!
Gooood luck!
Thanks, I’ve now corrected it
Thanks, the html formatter really helped
Well done! Clean and simple form that looks and works fine for me on a mobile device
The only suggestion I have is to add hover styling to the button so you can see when its been “clicked”.
Happy coding
Thanks, I’ve now added a hover styling