h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.bv-white {
  color: white;
}
.bv-wave-bg {
  background: url("/images/bv-wave.svg") no-repeat;
  background-size: 100% calc(100% - 5.65em);
}
.bv-desktop-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: center;

  margin-bottom: 1.25rem;
}
.bv-scan-block {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bv-qrcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bv-qrcode {
  width: 12rem;
}
.bv-separator {
  flex: none;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.bv-separator > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: inherit;
}
.bv-separator-line {
  margin: 0 2rem;
  flex: 1 1 0;
  border: 1px solid black;
  border-right-width: 0;
  border-bottom-width: 0;
}
.bv-mt-1 {
  margin-top: 0.25rem;
}
.bv-self-end {
  align-self: flex-end;
}
.bv-h-9 {
  height: 2.25rem;
}
.bv-powered-by {
  margin-bottom: 2rem;
}
.bv-powered-by a {
  float: right;
  margin-top: -1rem;
}
@media only screen and (min-width: 768px) {
  .bv-desktop-container {
    flex-direction: row;
    /*align-items: flex-start;*/
  }
  .bv-separator {
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bv-separator p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bv-separator-line {
    margin: 1rem 0;
  }
}

.panel.login {
  border-radius: 10px;
}

#main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header, footer {
  flex: 0 0 auto;
}

.wrapper.container-fluid {
  flex: 1 0 auto;
}
