.divider:after,
.divider:before {
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 73px);
}

.invalid {
  border: 1px solid red;
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

#termsClicker {
  cursor: pointer;
  margin-right: 30px;
}

.modal {
  height: 90vh;
}

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 1055;
}

.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit;
  z-index: 1055;
}

.bg-primary {
  background-color: #8b66c7 !important;
}

#loginButton {
  background-color: #8b66c7 !important;
  border: none;
}
#loginButton:active {
  background-color: #624493 !important;
}
body{
    background-color: #F7F7F9;
}