.cover {
  height: 800px;
}
.cover-wave {
  height: 452px;
}
.logo-container {
  width: 550px;
  height: 550px;
  background: rgba(241, 244, 253, 0.95);
  z-index: 2;
}
.scroll-to-button {
  padding-right: 20%;
  z-index: 3;
}
.scroll-to-button-icon {
  width: 65px;
  height: 65px;
}
.why-container {
  height: 100%;
}
.tab-menu {
  border-radius: 30px 30px 0px 0px;
}


/* Register */
.register-step-two {
  width: 352px;
  height: 352px;
}
.line-step {
  width: 3px;
  background: #D3D9EB;
  margin-left: 42px;
  height: 85%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .cover {
    height: 650px;
  }
  .cover-wave {
    height: 200px;
  }
  .scroll-to-button {
    padding-right: 15%;
  }
  .logo-container {
    width: 400px;
    height: 400px;
  }
  .register-step-two {
    width: 300px;
    height: 300px;
  }
  .line-step {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .cover {
    height: 465px;
  }
}
@media (max-width: 767px) {
  .cover {
    height: 300px;
  }
  .scroll-to-button {
    padding-right: 30px;
  }
  .scroll-to-button-icon {
    width: 40px;
    height: 40px;
  }
  .cover-wave {
    height: 130px;
  }
  .logo-container {
    width: 225px;
    height: 225px;
  }
  .tab-menu {
    border-radius: 20px 20px 0px 0px;
  }
  .register-step-two {
    width: 11.2rem;
    height: 11.2rem;
  }
}