/* Sticky footer styles
 * -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 2em;
  font-family: AmazonEmber,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.col-form-label {
  font-weight: bold;
}

.header {
  background-color: #232f3e;
  color: #ddd;
  height: 4em;
  padding:10px;
  top: 0;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 2em;
  background-color: #232f3e;
}

.log {
  background-color: #f5f5f5;
  max-height: 20em;
  min-height: 4em;
}