@import '../../../scss/styles.scss';

.stay-logged-in {
  @include blur-bg;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  &__wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--base);
  }

  &__content {
    display: flex;
    flex-direction: column;
    gap: var(--base);

    > * {
      margin: 0;
    }
  }

  &__controls {
    display: flex;
    gap: var(--base);

    .btn {
      margin: 0;
    }
  }
}
