/* Change header background color and add padding */
#header {
  background-color: white !important;
  padding-bottom: 1rem !important;
  border-bottom: #dfdfdf 1px solid;
}

/* Change logo bar background color */
.theme-default header#header.main-form-header .logo-bar {
  background-color: white !important;
}

/* Change footer margin and border */
#footer {
  margin-top: 1rem;
  border-top: #dfdfdf 1px solid;
} 

/* Change footer copyright padding */
#footer .copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
}