#sss-landing-page .sss-landing-page{
  position: relative;
  z-index: 1;
}

#sss-landing-page .page__container {
}

#sss-landing-page .sss-loading-page-bg {
  position: relative;
  background: #ededf7 no-repeat;
  padding: 20px 16px 124px;
  background-image: none;
}

#sss-landing-page .desktop-image{
  display: none;
}

#sss-landing-page .mobile-image{
  background-color: #ededf7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sss-landing-page .page__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #3a5eaa;
  margin-bottom: 18px;
}
#sss-landing-page .page__description {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}

/* policy */

#sss-landing-page .policy__list {
  margin-bottom: 30px;
}

#sss-landing-page .policy__item {
  margin-bottom: 10px;
}

#sss-landing-page .policy__box {
  display: flex;
}
#sss-landing-page .policy__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-right: 15px;
}
#sss-landing-page .policy__desc {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  flex: 1;
}

/* /policy */

#sss-landing-page .caption__text {
}
#sss-landing-page .legend__text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-bottom: 58px;
}
#sss-landing-page .help__text {
  font-family: "Roboto";
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 128px;
}
#sss-landing-page .help__heading {
  font-weight: 700;
}
#sss-landing-page .help__content {
  max-width: 738px;
}

#sss-landing-page .link--loginPage {
  color: #ff671b;
}

#sss-landing-page .page__button {
  background: #ff671b;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 20px;
  font-weight: 900;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

/* TODO: 945 Large devices (desktops, 945px and up) */
@media (min-width: 945px) {
  #sss-landing-page .mobile-image {
    display: none;
  }
  #sss-landing-page .desktop-image {
    display: block;
    background-color: #f5f6fa;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    object-fit: cover;
    max-width: 1580px;
    width: 1580px;
  }
  #sss-landing-page .page__title {
    font-size: 53px;
    line-height: 62px;
    margin-bottom: 15px;
  }

  #sss-landing-page .page__description {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 31px;
  }

  #sss-landing-page .policy__title {
    line-height: 40px;
  }

  #sss-landing-page .policy__desc {
    line-height: 40px;
  }

  #sss-landing-page .policy__list {
    margin-bottom: 54px;
  }

  #sss-landing-page .help__text {
    margin-top: 73px;
    font-size: 18px;
    line-height: 28px;
  }

  #sss-landing-page .page__action {
    display: flex;
  }

  #sss-landing-page .page__button {
    width: 355px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 23px;
    height: 62px;
    line-height: 62px;
  }

  #sss-landing-page .sss-loading-page-bg {
    padding: 87px 16px 124px;
    background-color: #f5f6fa;
    background-image: none;
    position: relative;
    overflow: hidden;
  }
}

/* utils */
#sss-landing-page label.error {
  border: 0;
  color: #cc4c36;
  font-family: "Roboto";
  font-weight: 500;
  padding: 0;
}

.wrapper,
.outer,
.inner {
  height: 100vh;
  width: 100vw;
}
.wrapper {
  position: fixed;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9999;
}
.outer,
.inner {
  position: relative;
}

.outer {
  background: rgba(255, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
