@media (min-width: 1024px) {
  .bp__split-view_side:first-child {
    justify-content: flex-end;
  }
}

h1#bp__login-title {
  font-size: 1.5rem;
  font-weight: 800;
}

h2#bp__login-subtitle {
  color: var(--bp-gray-500);
  font-size: 1.2rem;
  font-weight: 500;
}

form legend {
  font-size: 1.5rem;
  font-weight: 700;
}
