Why are my contact and login forms not working correctly?

Hey, these forms are messed up can someone help me out?

My website is online: www.outstandstudios.com

@outstand-560 - add this css to the very end of your theme.scss file and check, should be like screenshot below

@media screen and (max-width:749px){
.form-vertical input{margin-left: 0; margin-bottom: 10px;}
.form-vertical{text-align: center;}
}

It’s perfect now just the contact page on desktop is a bit messy could you fix it?

@outstand-560 - add this css and check

.form-vertical input{width: 100%;    margin-bottom: 10px;}