#signup-page .bg-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#signup-page .bg-image .logo-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 120px;
}
@media all and (max-width: 767px) {
  #signup-page .bg-image .logo-item {
    padding: 24px;
  }
}
@media all and (max-width: 767px) {
  #signup-page .bg-image .content-container .mt-35 {
    margin-top: 10px;
  }
}
#signup-page .bg-image .content-container .content-inner .icon-item {
  margin-top: -90px;
}
@media all and (max-width: 767px) {
  #signup-page .bg-image .content-container .content-inner .icon-item {
    margin-top: -65px;
  }
  #signup-page .bg-image .content-container .content-inner .icon-item svg {
    width: 70px;
  }
}

.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  max-width: 800px;
  margin: auto;
}
@media all and (max-width: 979px) {
  .stepper {
    max-width: 650px;
  }
}
@media all and (max-width: 767px) {
  .stepper {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.stepper .step {
  padding: 10px;
  color: #f1f1f1;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.stepper .step span {
  background-color: #fff;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .stepper .step p {
    display: none;
  }
}
.stepper .step.active span {
  background-color: #e0fe67;
}
.stepper .step.active p {
  color: #e0fe67;
}
.stepper .separator-line {
  flex: 1;
  height: 2px;
  background-color: #fff;
  margin-inline: -25px;
  position: relative;
  top: -10px;
  z-index: 0;
}
@media all and (max-width: 1199px) {
  .stepper .separator-line {
    width: 30px;
  }
}
@media all and (max-width: 767px) {
  .stepper .separator-line {
    top: -2px;
  }
}

.content-container {
  max-width: 515px;
  margin: auto;
}
@media all and (max-width: 979px) {
  .content-container {
    max-width: 500px;
  }
}
@media all and (max-width: 767px) {
  .content-container .title-item {
    padding-bottom: 20px;
  }
}

.step-content {
  display: none;
}

.otp-item {
  flex: 1;
}
.otp-item:not(:last-of-type) {
  padding-right: 10px;
}
.otp-item input {
  width: 100% !important;
  background-color: #292929 !important;
  border: 0 !important;
}

.step-content.active {
  display: block;
}

.navigation-buttons {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.pb-24 {
  padding-bottom: 24px;
}

input {
  height: 48px !important;
}

.color-fafa {
  color: rgba(250, 250, 250, 0.5882352941);
}

.upload-item {
  border: 1px dashed #606060;
  border-radius: 8px;
  padding: 20px;
}
.upload-item label {
  display: block;
}

.button-design {
  border: 1px solid #E0FE67;
  padding: 12px 30px;
  color: #E0FE67;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

.common-button button, .common-button a {
  background-color: #363636;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-weight: 600;
}
.common-button.yellow-btn a, .common-button.yellow-btn button {
  background-color: #E0FE67;
  color: #1E1E1E;
}

.uploaded-image-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #606060;
  text-align: center;
}
.uploaded-image-item .preview-image {
  margin: auto;
  display: inline-block;
}
.uploaded-image-item .preview-image img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
  background: #000;
}
.uploaded-image-item .preview-image .close-item {
  right: 0;
  top: 0;
}
.uploaded-image-item .preview-image .close-item img {
  width: 50px;
  height: 50px;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .pa-40 {
    padding: 20px;
  }
}

.line-btn {
  background-color: transparent;
  color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #777676;
}

@media all and (max-width: 767px) {
  .pb-10 {
    padding-bottom: 5px;
  }
}/*# sourceMappingURL=signup.css.map */