*:focus {
  outline: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-size: 14px;
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0px;
  font-family: Hind, Poppins, "Microsoft YaHei", "sans-serif";
  color: rgb(52, 52, 52);
  overflow-y: auto;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  line-height: 1.5;
  overflow-x: hidden !important;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#page {
  margin-top: 54px;
  z-index: 0;
}

button,
textarea,
div,
span,
.div,
input {
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.signup-container-title {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px auto;
}

.section-title-body {
  margin: 0px auto;
  width: 100%;
  overflow-wrap: break-word;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.sectiontitle-wraper {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1.2;
  max-width: 90%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
  background-color: transparent;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sectiontitle-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: black;
  top: calc(50% - 0.5px);
  left: 0px;
  display: block;
}

.sectionTitle-title {
  background: white;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0px 12px;
  font-size: 1.7rem;
  top: -6px;
  font-weight: 500;
}

.FormRegister {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px auto;
}

.register-body {
  width: 100%;
}

.register-body_container {
  margin: 0px auto;
}

.register-body_description {
  font-size: 1rem;
  text-align: center;
}

.form-group-wrapper {
  position: relative;
  font-size: 1rem;
  margin: 30px auto;
}

.form-group {
  position: relative;
  line-height: 2.5rem;
  border: 1px solid rgb(187, 187, 187);
  padding-left: 10px;
  margin-bottom: 29px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.85rem;
}

.form-icon {
  color: rgb(170, 170, 170);
  top: 12px;
  left: 13px;
  font-size: 1rem;
}

.form-group .svg-inline--fa,
.form-textarea-group .svg-inline--fa,
.form-select-group .svg-inline--fa {
  margin-right: 10px;
}

.form-label {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 1rem;
}

.form-required {
  color: red;
  margin-left: 8px;
}

.form-select {
  font-size: 1rem;
  border: none;
  flex: 1 1 0%;
  outline: none;
  user-select: none;
  background: url(/images/logo/select-downarrow.png) right center no-repeat;
  margin-right: 5px;
  appearance: none;
  padding-left: 10px;
  width: calc(100% - 93px);
  font-size: 1rem;
}

.form-select:focus {
  outline: none;
  border-color: 0;
  box-shadow: none;
}

.form-input {
  height: 2.85rem;
  border: none;
  outline: 0px;
  padding-left: 10px;
  flex: 1 1 0%;
  margin-right: 20px;
  width: calc(100% - 93px);
  font-size: 1rem;
  height: auto;
  font-size: 1rem;
}

.checkbox-block {
  position: relative;
  line-height: 2.5rem;
  margin-top: 0px;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  margin-bottom: 29px;
  font-size: 0.85rem;
}

.form-checkbox {
  display: inline-block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  display: block;
  margin-right: 9px;
  margin-top: 14px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  appearance: auto;
}

.form-body {
  flex: 1 1 0%;
  font-size: 1rem;
  flex: 1 1 0%;
  color: rgb(52, 52, 52);
}

.form-body p {
  margin-bottom: 0px;
  line-height: 1.3em;
}

.form-group-wrapper p {
  font-size: 0.85rem;
}

.form-body p {
  font-size: 1rem;
}

.register-form-submit {
  text-align: center;
}

.register-form-btn {
  width: 100%;
  height: 48px;
  max-width: 230px;
  border: 1px solid #ff5733;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #ff5733;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: 0px 0px;
  white-space: nowrap;
  user-select: none;
}

.register-form-btn:hover {
  background-color: ff5733;
  color: rgb(255, 255, 255);
}

.register-form {
}

.register-form-login {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
}

.hbVAgi .register-form-login a {
  margin-left: 5px;
}

.signup_error {
  position: absolute;
  left: 0px;
  bottom: -40px;
  color: red;
  font-size: 1rem;
  line-height: 1.65rem;
  max-height: 23px;
  overflow: hidden;
  font-size: 0.85rem;
}

.popup_thanks_block {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 2000;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  top: 0px;
  background-color: rgba(170, 170, 170, 0.3);
  -webkit-box-align: center;
  align-items: center;
}

.popup_thanks_div {
  width: 300px;
  height: auto;
  background-color: rgb(255, 255, 255);
  z-index: 2002;
  position: relative;
  margin: 0px auto;
}

.popupthanks-title {
  background-color: rgb(102 69 146);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 7px;
  text-transform: uppercase;
  text-align: center;
}

.popupthanks-content {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.popupthanks-text {
  padding: 10px;
  min-height: 62px;
}

.popupthanks-button {
  margin-bottom: 20px;
  background: rgb(102 69 146);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  text-align: center;
  line-height: 2.15rem;
  border: none;
  outline: 0px;
}

#loading_page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(/images/logo/loading.gif) no-repeat center
    center;
  z-index: 10000;
}

.phone_FormWrapper {
  margin-bottom: 10px;
}

.phone_FormGroup {
}

.reason_FormWrapper {
  margin-top: 0px;
}

.form_Span {
  margin-bottom: 10px;
  margin-left: 5px;
}

#vertc_btn,
input[name="vert_btn"] {
  border-radius: 10px;
  border-width: 0;
  background: #80808082;
  width: 85px;
}

input#vertc_btn {
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  animation: pulsate 1s infinite;
  width: auto;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#vertc_btn:hover,
input[name="vert_btn"]:hover {
  opacity: 0.8;
}

@media (min-width: 580px) {
  .signup-container-title {
    width: 540px;
  }

  .section-title-body {
    overflow-wrap: normal;
  }

  .sectiontitle-wraper {
    font-size: 2.1rem;
  }

  .FormRegister {
    width: 540px;
  }
}

@media (min-width: 760) {
  .signup-container-title {
    width: 720px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .FormRegister {
    width: 720px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1000px) {
  .signup-container-title {
    width: 960px;
    max-width: 960px;
  }

  .section-title-body {
    width: 66.6667%;
  }

  .sectiontitle-wraper {
    white-space: pre-line;
  }

  .sectionTitle-title {
    padding: 0px 38px;
    font-size: 2.1rem;
  }

  .FormRegister {
    width: 960px;
    max-width: 960px;
  }

  .register-body {
    margin-top: 0px;
    width: 100%;
  }

  .register-body_container {
    max-width: 900px;
  }

  .checkbox-block {
    font-size: 1rem;
  }

  .form-body {
    font-size: 1rem;
  }

  .popup_thanks_block {
    height: 100%;
  }
}

@media (min-width: 1240px) {
  .signup-container-title {
    width: 1200px;
    max-width: 1200px;
  }

  .FormRegister {
    width: 1200px;
    max-width: 1200px;
  }
}

@media (min-width: 1480px) {
  .signup-container-title {
    width: 1280px;
    max-width: 1280px;
  }

  .FormRegister {
    width: 1280px;
    max-width: 1280px;
  }
}

@media (min-width: 1700px) {
  .signup-container-title {
    width: 1700px;
    max-width: 1700px;
  }

  .FormRegister {
    width: 1700px;
    max-width: 1700px;
  }
}

.signup-container-title {
  margin: 0px auto 22px;
  padding-top: 36px;
  max-width: 100%;
}

.FormRegister {
  margin: 0px auto;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 760px) {
  .signup-container-title {
    padding-top: 78px;
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .FormRegister {
    flex-direction: row;
    justify-content: space-around;
  }
}
