html, body {
  height: 100%;
}

h1 {
  padding-top: 20px;
  padding-bottom: 10px;
}

div#main_content {
  padding-bottom: 20px;
}

div.bsfc-home {
  text-align: center;
}

div.upcoming-sessions {
  text-align: left;
}

div.bsfc-buttons {
  text-align: center;
  vertical-align: center;
  border: 1px solid rgba(86,61,124,.2);
  background-color: rgba(86,61,124,.15);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
div.bsfc-buttons div.col {
  margin-bottom: 20px;
}

p.session-plan {
  white-space: pre-wrap;
}

p.terms-and-conditions {
  white-space: pre-line;
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 0.8em;
}

canvas.signature {
  border: 1px solid #ced4da;
}
canvas.signature.error {
  border: 1px solid red;
}


.navbar-nav .nav-link {
  text-align: right;
}

label.required::after {
  content: " *";
  color: red;
}
label.error {
  color: red;
}
label.validated::after {
  content: " ✓";
  color: green;
}
