Try adding this to the custom css of your theme
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {
margin-bottom: 0rem;
padding: 0px;
}
Try adding this to the custom css of your theme
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {
margin-bottom: 0rem;
padding: 0px;
}