.sign-up-form-wrapper {
  container-type: inline-size;
  background-color: #002322;
}
.sign-up-form-wrapper .container {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 48px;
  flex-flow: column;
}
@container (max-width: 400px) {
  .sign-up-form-wrapper .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sign-up-form-wrapper .sign-up-form-title {
  color: #FFF;
  text-align: center;
  font-family: "Intro-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 111%;
}
.sign-up-form-wrapper .sign-up-form-form {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}
@container (max-width: 400px) {
  .sign-up-form-wrapper .sign-up-form-form {
    gap: 8px;
  }
}
.sign-up-form-wrapper .sign-up-form-text-input-wrapper {
  width: 236px;
  border-radius: 12px;
  border: 1px solid #F93801;
  background: #FFF;
  padding: 0 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  display: flex;
  cursor: text;
  gap: 0.3px;
}
@container (max-width: 400px) {
  .sign-up-form-wrapper .sign-up-form-text-input-wrapper {
    width: 238px;
    transform: translateX(-2px);
  }
}
.sign-up-form-wrapper .sign-up-form-text-input-wrapper label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Intro-Book";
  font-size: 8px;
  font-weight: 400;
  line-height: 122%;
}
.sign-up-form-wrapper .sign-up-form-text-input-wrapper input {
  color: #002322;
  font-family: "Intro-Book";
  font-size: 12px;
  font-weight: 400;
  line-height: 122%;
  border: none;
  outline: none;
  width: 100%;
}
.sign-up-form-wrapper .sign-up-form-text-input-wrapper input:focus, .sign-up-form-wrapper .sign-up-form-text-input-wrapper input:hover, .sign-up-form-wrapper .sign-up-form-text-input-wrapper input:active {
  border: none;
  outline: none;
}
.sign-up-form-wrapper .sign-up-form-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  color: #FFF;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 700;
  background-color: #F93801;
  border-radius: 56px;
  height: 40px;
  padding: 4px 12px 4px 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: left 12px center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
.sign-up-form-wrapper .sign-up-form-button:hover {
  background-color: #014948;
}
.sign-up-form-wrapper .sign-up-form-button:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.sign-up-form-wrapper .sign-up-form-button:focus, .sign-up-form-wrapper .sign-up-form-button:hover, .sign-up-form-wrapper .sign-up-form-button:active {
  border: none;
  outline: none;
}
.sign-up-form-wrapper .sign-up-form-message-wrapper {
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  bottom: -25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter";
  width: 100%;
  max-width: 250px;
}
.sign-up-form-wrapper .sign-up-form-message-wrapper.--error {
  color: #ff7a7a;
}
.sign-up-form-wrapper .sign-up-form-message-wrapper.--success {
  color: #68d391;
}

/*# sourceMappingURL=sign-up-form.css.map */
