hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #00587E;
}

body {
  color: #778899;
  font-family: 'Lato', sans-serif;
}

h1 {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  color: #00587E;  
  margin-top:1rem;
}

h3 {
  font-weight: bolder;
  font-size: 1.5rem;
  /*
  margin-top: 1rem;
  margin-left: 1rem;
  */
  margin: 1rem;
}
.footer-container{
  border-top: 1em lightgrey;
  font-size:0.8rem;
  color: #00587E;
}
.paper-container {
  padding-right:1.5rem;
}
.form-container {
  background-color: whitesmoke;
  color: #778899;
  /* padding: 0.75rem 1.25rem 0.75rem 1rem; */
  font-family: 'Lato', sans-serif;
  padding: 1.25rem;
  font-size:0.9rem;
}

.with-errors {
  color: indianred;
}
.paper-row {
  margin-top: 0.75rem;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  color: black;
}
.paper-label {
  font-family: 'Lato', sans-serif;
  color: #778899;
  font-size: 1rem;
  font-weight: bold;
}

.signature {
  text-align:center;
  margin: 2em;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size:1.25rem;
}
