html,
body {
  height: 100%;
}
body .login-choice {
  overflow: hidden;
  position: relative;
}
body .login-choice .btn {
  white-space: normal;
}
@media (min-width: 768px) {
  body .login-choice .btn {
    white-space: nowrap;
  }
}
body .login-choice .row p {
  margin-top: 15px;
}
body .login-choice .separator {
  border-right: 1px solid #CCC;
}
body .login-choice .separator-text {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding-bottom: 0.25em;
  margin-top: -0.85em;
  margin-left: -0.5em;
}
body .organisation-choice {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .organisation-choice.inactive {
  display: none;
}
body #orgList {
  overflow: hidden;
  margin: 10px 0;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 4px;
  max-height: 200px;
}
body #orgList .ancilliary {
  color: #777;
}
