.label {
  margin-bottom: 0;
}

.flex-row {
  display: flex;
  /*background-color: #ffeeee;*/
}

.name-entry {
  flex: 0 1 49%;
}

.last-name-entry {
  margin-left: auto;
}

#register-form {
  display: none;
}

.btn-block {
  padding: 0.9em; border: 1px solid #ccc;
  font-size: 12pt;
  font-weight: 500;
}

.divider {
  align-items: center;
  display: flex;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 2em;
  color: #bbb;
  text-underline-offset: 0.2em;
}

.divider u {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.divider:before, .divider:after {
    margin-left: 12px;
    margin-right: 12px;
    border-bottom: 1px solid #ccc;
    content: "";
    flex: 1 1;
    width: 2px;
}
