If urgent you can add a simple custom CSS using an HTML block page element, using the style tag.
It will be something like
.form input {
display: block;
margin-bottom: 1em;
}
.form label {
float: left;
margin-right: 0.5em;
}
0.5em is used for responsive design. You can also use px to denote the number of pixels.