.divider:after,
.divider:before {
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 73px);
}

.invalid {
  border: 1px solid #f8717191;
}

#loginButton {
  background-color: #13416b;
  color: #fff;
}

.bg-primary {
  background-color: #13416b !important;
  color: #fff;
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}
