#xyz>div>div>div>div>div.wizard-step-header.mb-10 {
  display: none;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div>div>div>p.summary {
  display: none;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div {
  position: relative;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div::after {
  content: "Phone Number";
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 0.75rem;
  color: #151515;
  background-color: #fff;
  padding: 0.2em 0.4em;
  z-index: 2;
}

#xyz>div {
  background-color: #fff;
  border: none;
  max-width: 100%;
  width: 100%;
  min-height: 175px;
  padding: 0;
  position: relative;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.42857143;
  color: #394f5a;
  text-align: left;
  border-radius: 0;
  box-sizing: border-box;
}

#xyz>div>div>div>div>div.wizard-credentials-content>row>button {
  font-weight: 700;
  color: #fff;
  background-color: #f66c00;
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
  border-radius: 4px;
  border: none;
  transition: ease 0.5s;
  margin-top: 1em;
}

#register_account_id {
  margin: 0 auto;
}

#xyz > div > div > div > div > div.wizard-credentials-content > div.row.mb-10.content > div > div > div > div.input-group.input-verify-mobile > div > button > span.country-code {
  font-family: sans-serif;
  font-size: 1rem;
}

#xyz>div>div>div>div>div.wizard-credentials-content>row>button:hover {
  background-color: #dc6100;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div>div>div>div.input-group.input-verify-mobile>div>button {
  padding: 0.46em;
  top: 8px;
  border: 1px solid #e5e7eb;
  border-right: none;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #fff;
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 2;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div>div>div>div.input-group.input-verify-mobile>input {
  padding: 1.65em;
  border: 1px solid #e5e7eb;
  border-left: none;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin: 1em 0 0 0;
  z-index: 1;
}

.signup__form--middle-rc-p {
  font-size: 0.75rem !important;
  color: #151515 !important;
  top: 6px !important;
  position: relative !important;
}

#xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div>div>div>div.input-group.input-verify-mobile>p.phone-alert.alert {
  right: 60px !important;
  top: 4px !important;
  position: relative !important;
  margin-top: 1em !important;
}

.ringcaptcha.widget .form-control::-webkit-input-placeholder::after {
  content: '(222) 444-6666'
}

.ringcaptcha.widget .form-control::-webkit-input-placeholder,
.ringcaptcha.widget .phone-input {
  color: #b6bbcc !important;
  font-size: 1rem !important;
}
.ringcaptcha.widget .phone-input {
  color: #3c3f42 !important;
}

.ringcaptcha.widget .form-field {
  margin: 0 0 9px 0 !important;
}

#xyz > div > div > div > div > div.wizard-credentials-content {
  margin-top: 1em;
}

#xyz > div > div > div > div > div.wizard-credentials-content {
  margin-top: 0 !important;
}

#xyz > div > div > div > div > div.wizard-credentials-content > div.row.mb-10.content > div > div > div > div.input-group.input-verify-mobile > input {
  background-image: url("../../assets/img/auth_pages/mf-signup-ringcaptcha.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 1000px) {
  #xyz > div > div > div > div > div.wizard-credentials-content {
    margin-top: 0 !important;
  }
}

@media (max-width: 499px) {
  #xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div::after {
    top: 44px;
  }

  .ringcaptcha.widget .input-verify-mobile {
    width: 100% !important;
    border: none;
    border-radius: 0;
  }

  #xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div>div>div>div.input-group.input-verify-mobile>input {
    border-left: 1px solid #e5e7eb;
  }

  .ringcaptcha.widget .country-list-mobile {
    display: none !important;
  }

  #xyz > div > div > div > div > div.wizard-credentials-content > div.row.mb-10.content > div > div > div > div.input-group.input-verify-mobile > div > button {
    display: block !important;
  }

  #xyz > div > div > div > div > div.wizard-credentials-content {
    margin-top: 0 !important; 
  }

  #xyz>div>div>div>div>div.wizard-credentials-content>div.row.mb-10.content>div::after {
    top: 4px;
  }

  .signup__form--middle-rc-p {
    text-align: left !important;
  }
}
