.section-title .ec-bg-title {
  font-family: "Fjalla One";
  font-size: 63px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #444444;
  opacity: 0.1;
  margin-bottom: 0;
  letter-spacing: 0;
  display: none;
}

.ec-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}

.ec-register-wrapper .ec-register-container {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}

.ec-register-wrapper .ec-register-container .ec-register-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.ec-register-wrapper
  .ec-register-container
  .ec-register-form
  .ec-register-wrap {
  width: 100%;
  padding: 0 15px;
}

.ec-register-wrapper
  .ec-register-container
  .ec-register-form
  .ec-register-wrap.ec-register-half {
  width: 50%;
}

@media only screen and (max-width: 575px) {
  .ec-register-wrapper
    .ec-register-container
    .ec-register-form
    .ec-register-wrap.ec-register-half {
    width: 100%;
  }
}

.ec-register-wrapper .ec-register-container .ec-register-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-register-wrapper .ec-register-container .ec-register-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #202020;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  text-align: inherit;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .ec-register-wrapper .ec-register-container .ec-register-form input {
    margin-bottom: 15px;
  }
}

.ec-register-wrapper .ec-register-container .ec-register-form .btn {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  margin: 26px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1366px) {
  .ec-register-wrapper .ec-register-container .ec-register-form .btn {
    font-size: 16px;
    width: 150px;
    margin-top: 15px;
    height: 44px;
    min-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .ec-register-wrapper .ec-register-container .ec-register-form .btn {
    font-size: 14px;
    width: auto;
    margin-top: 15px;
    height: 40px;
    min-width: unset;
  }
}

.country-code {
  margin-bottom: 15px;
  padding: 0 10px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  direction: ltr;
  text-align: left;
  appearance: auto;
  margin-right: 2px;
}

/* @media (min-width: 768px) {
  .country-code {
    margin-bottom: 26px;
  }
} */
.phone-number-wrapper {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .phone-number-wrapper {
    width: 100%;
  }
}

.country-code option {
  direction: ltr;
  text-align: left;
}

.phone-number-verify {
  flex-grow: 1;
  direction: ltr !important;
  text-align: left !important;
}

.countryCodeWrapper {
  display: flex;
  direction: ltr;
  width: 100%;
}

.verify-status {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.verify-status i {
  font-size: 20px;
  color: #4caf50;
}

.checkPhoneBtn {
  font-size: 13px !important;
  margin: 0 0 15px 8px !important;
}

#resendCode {
  margin-top: 0 !important;
}

label {
  font-weight: bold !important;
}

.section-title .ec-title {
  font-size: 20px;
}

.ec-register-wrapper .ec-register-container .ec-register-form label {
  font-size: 16px;
}
