 .auth-background {
    background-position: center;
    background-size: cover;
    background-color: #183F6F;
  }
  .auth-background .bg-overlay {
    background: -webkit-gradient(linear, right top, left top, from(#183F6F), to(#183F6F));
    background: linear-gradient(to left, #364574, #405189);
  }
  .auth-background .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
  }
  .auth-background .shape > svg {
    width: 100%;
    height: auto;
    fill: var(--vz-body-bg);
  }
  