/* html{ background: url(../img/page-bg2.png) no-repeat center bottom; } */
.app {
  background: url(../img/page-bg2.png);
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  display: block;
  width: 100%;
  position: fixed;
  background-repeat: no-repeat;
  overflow: auto;
}

/* .app{ background-image: url(../img/page-bg2.png);
  background-position:bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat; height:100%} */
.logo {
  max-width: 90px;
}

.auth-layout {
  width: 100%;
  max-width: 600px;
  box-shadow: var(--boxShadow);
  margin: 10% auto;
  background-color: rgba(var(--Neutrals100RGB), 0.8);
  border: 3px solid var(--Neutrals100);
  border-radius: var(--border-radius);
}

.forgot {
  color: var(--Neutrals700);
  text-decoration: underline;
  font-size: var(--xxxSmall);
  font-weight: var(--regular);
}

.forgot:hover {
  color: var(--Secondary2)
}

@media screen and (min-width: 768px) {
  .login-img {
    max-width: 450px;
    width: 90%;
    top: 10%;
    position: fixed;
    right: 8%
  }
}

@media screen and (max-width: 767px) {
  .login-img {
    max-width: 450px;
    width: 45%;
    /* bottom: 10%; */
    position: fixed;
    /* right: 8%; */
    /* display: flex;
    justify-content: center; */
  }
}

canvas {
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%
}

.forgot-heading {
  background: var(--PrimaryText);
  /* color: var(--Primary2); */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--heading4);
}

.back-to-login {
  color: var(--Primary2);
  text-decoration: underline;
  font-size: var(--xxxSmall);
  font-weight: var(--bold);
}

.form-group .time-limit {
  color: var(--Primary2);
  font-size: var(--xxSmall);
  opacity: 1;
}

.form-group .icon-check,
.icon-social {
  left: auto;
  right: 15px;
  color: var(--Neutrals100);
  opacity: 1;
  background: var(--Success500);
  padding: 5px;
  border-radius: 50%;
  top: 32px;
  width: 25px;
  height: 25px;
  font-size: 16px;
}

.icon-social-rt {
  position: absolute;
  right: 20px;
  top: 22%;
  font-size: 20px;
  opacity: 0.2;
}

.form-group .icon-check,
.icon-social {
  left: auto;
  right: 15px;
  color: var(--Neutrals100);
  opacity: 1;
  background: var(--Success500);
  padding: 5px;
  border-radius: 50%;
  top: 32px;
  width: 25px;
  height: 25px;
  font-size: 16px;
}

.icon-social-rt {
  position: absolute;
  right: 20px;
  top: 22%;
  font-size: 20px;
  opacity: 0.2;
}

.Suggestions-text a {
  color: var(--Secondary2);
  font-size: var(--xxxSmall);
  font-weight: var(--semiBold);
  text-decoration: underline;
}

.Suggestions-text ul {
  margin: 0;
  padding: 0
}

.Suggestions-text ul li {
  display: inline-block;
  margin: 5px 10px 2px 0;
  padding: 0
}

.Suggestions-text ul li a {
  font-size: var(--default);
  color: var(--Neutrals600);
  font-weight: var(--semiBold);
  text-decoration: none;
}

.Suggestions-text ul li a .icon-check {
  padding: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background-color: var(--Neutrals600);
}

.Suggestions-text ul li a.selected .icon-check {
  background: var(--Success500);
}

.Suggestions-text ul li a.selected {
  color: var(--Success500);
}

.box-heading {
  font-size: var(--xxxSmall);
  font-weight: var(--semiBold);
}

.step-box {
  position: relative;
}

.stepper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step--1,
.step--2,
.step--3,
.step--4 {
  width: 35px;
  background: var(--Neutrals500);
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: var(--xxSmall);
  margin: 0 25px;
  position: relative;
  z-index: 1;
}

.step--1.step-active:after,
.step--1.step-complete:after {
  content: "";
  width: 80px;
  height: 3px;
  background: var(--Neutrals500);
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 100%
}



.step--2.step-active:after {
  display: none
}





.step--1.step-active,
.step--2.step-active,
.step--2.step-active {
  /* background: var(--Primary2); */
  background: var(--secondary-color);
  color: #fff;

}

.step--1.step-complete {
  /* background: var(--CompleteStep); */
  background: var(--primary-color);
  color: #fff;

}

.step--1.step-complete:after {
  /* background: var(--CompleteStep); */
  background: var(--primary-color);
}

.add-more-link {
  color: var(--Info500);
  font-size: var(--xxxSmall);
  text-decoration: underline;
  font-weight: var(--semiBold);
}

.add-more-link {
  color: var(--Info500);
  font-size: var(--xxxSmall);
  text-decoration: underline;
  font-weight: var(--semiBold);
}


.layout-gap {
  padding: 15px 35px 35px 35px;
}