/* Small extra styles. Bootstrap does most of the work. */
body { padding-bottom: 30px; }

/* Red border for inputs with invalid data */
input.error { border: 2px solid red; }

/* The error message list at the bottom of the form */
#formErrors { color: red; margin-top: 10px; }
#formErrors ul { margin: 0; padding-left: 20px; }

/* Hides the error box when there are no errors */
.hide { display: none; }
