.welcome-box {
  width: 480px;
  height: 505px;
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  padding: 25px 20px 35px;
  margin-top: 180px;
  margin-bottom: 50px;
}

.join-waitlist-box {
  width: 480px;
  /* height: 540px; */
  padding: 25px 20px 35px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.login-box {
  width: 480px;
  /* height: 487px; */
  padding: 25px 20px 35px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.forgot-password {
  width: 373px;
  /* height: 483px; */
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.check-your-mail-box {
  width: 365px;
  height: 400px;
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.check-your-mail-box-popup{
  width: 365px;
}

.welcome-2-popup{
  width: 365px;
}
.new-password-box {
  width: 373px;
  /* height: 497px; */
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;

}

.password-reset-mail-box {
  width: 615px;
  /* height: 550px; */
  padding: 40px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-bottom: 50px;
}

.password-reset-successfull-box {
  width: 373px;
  height: 370px;
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.logout-are-you-sure-box-1 {
  width: 373px;
  height: 184px;
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.logout-are-you-sure-box-2 {
  width: 373px;
  height: 258px;
  padding: 25px 20px;
  box-shadow: 0px 0px 58px rgba(17, 17, 17, 0.1);
  margin-top: 180px;
  margin-bottom: 50px;
}

.waitlist-box {
  width: 615px;
  margin-bottom: 20px;
  /* height: 409px; */
}
.sign-in-with {
  width: 223px;
  height: 56px;
}

.email-signup-box {
  width: 615px;
  /* height: 450px; */
}

.welcome-img {
  width: 164px;
  height: 164px;
}

.forgot-password-bod {
  width: 373px;
  height: 483px;
  padding: 25px 20px;
}

.join-waitlist-back-icon {
  width: 8px;
  height: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.join-waitlist-back-text {
  width: 38px;
  height: 22px;
  color: #25a7ff;
}

.join-waitlist-input {
  background: #989595;
  border-radius: 8px;
  flex-direction: row;
  align-items: flex-start;
  align-self: flex-start;
}

.waitlist-email-bg {
  background: #1e1e1e;
}

.smart-logo {
  width: 212.02px;
  height: 36px;
}

.box-size {
  width: 480px;
  /* height: 487px !important; */
}

.reset-email-title {
  width: 245px;
  height: 128px;
  left: 52px;
  top: 54px;
}

.check-your-mail-text-1 {
  color: #616368;
}

.sign-out-user-icon {
  width: 22px;
  height: 22px;
}

.logout-detail-logo-window-icon {
  width: 76px;
  height: 76px;
}

.logout-detail-logo-window {
  position: absolute;
  width: 373px;
  height: 258px;
  margin-top: 30px;
  left: calc(50% - 373px / 2 + 459.5px);
  top: calc(50% - 258px / 2 - 171px);
}

.nav-logo {
  width: 258px;
  height: 52px;
}
.nav-small-logo {
  width: 129px;
  height: 26;
}

.union-margin {
  margin-right: 10px;
}

.union1-margin {
  margin-right: 8px;
}

.union-margin-textarea {
  margin-right: 10px;
}

.grow-wrap {
  display: grid;
}
.grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
.grow-wrap > textarea {
  resize: none;
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  /* border: 1px solid black; */
  padding: 0.5rem;
  font: inherit;
  grid-area: 1 / 1 / 2 / 2;
}

.logo-google {
  width: 18px;
  height: 18px;
}
