.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: lightgray;
}

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

@media (min-width: 992px) {
  .form-lg {
    max-width: 550px;
    /* .bg-light */
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    /* .shadow-lg */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    /* .rounded */
    border-radius: var(--bs-border-radius) !important;
  }
}
