* {
  box-sizing: border-box;
}
.formSection {
  padding: 10px 0;
}
.formSection > .container {
  position: relative;
}
.formSection .regForm {
  border-radius: 16px;
  border: 1px solid #bcbcbc;
  background: linear-gradient(
    45deg,
    #000001 5.27%,
    #141e29 60.07%,
    #29394a 100%
  );
  padding: 16px;
}
@media (min-width: 744px) {
  .formSection .regForm {
    max-width: 450px;
    margin: 0 auto;
  }
}
.formSection .regForm p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .formSection .regForm p {
    font-size: 16px;
  }
}
.formSection .regForm h3 {
  color: #2279f0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 4px 0 16px 0;
}
@media (min-width: 744px) {
  .formSection .regForm h3 {
    font-size: 20px;
    margin: 4px 0 20px 0;
  }
}

.formSectionFirst {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
@media (min-width: 744px) {
  .formSectionFirst {
    padding: 20px 0 !important;
  }
}
@media (min-width: 1440px) {
  .formSectionFirst {
    padding: 20px 0 100px 0 !important;
  }
}

.formArrowRight,
.formArrowLeft {
  display: none;
}
@media (min-width: 1440px) {
  .formArrowRight,
  .formArrowLeft {
    display: block;
    position: absolute;
  }
}

@media (min-width: 744px) {
  .formArrowRight {
    left: 0;
    top: 150px;
    width: 200px;
    height: 146.4px;
  }
}
@media (min-width: 744px) and (min-width: 1440px) {
  .formArrowRight {
    width: 320.527px;
    height: 234.094px;
    left: 150px;
  }
}
@media (min-width: 744px) {
  .formArrowLeft {
    right: 0;
    top: 150px;
    width: 200px;
    height: 146.4px;
  }
}
@media (min-width: 744px) and (min-width: 1440px) {
  .formArrowLeft {
    width: 320.527px;
    height: 234.094px;
    right: 150px;
  }
}
@media (min-width: 744px) {
  .formSectionSecond {
    padding: 120px 0 48px 0;
  }
}
@media (min-width: 744px) and (min-width: 1440px) {
  .formSectionSecond {
    padding: 160px 0;
  }
}

.registWrap__form {
  padding: 30px;
  box-shadow: rgb(122, 156, 215) 0px 0px 16px;
  border-radius: 45px;
  position: relative;

  margin: 0px auto;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(202, 218, 234) 100%);
}
.register-title {
  width: 70%;
  max-width: 240px;
  height: 40px;
  margin: 0px auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: linear-gradient(#7eacee 0%, #507dbb 100%);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: rgb(0, 0, 0) 0px 3px 14px;
}
.reg-button {
  border: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 16px 0px;
  border-radius: 60px;
  width: 100%;
  max-width: 350px;
  box-shadow: #7eacee 0px 0px 6px;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 5px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-weight: 600;
  background: linear-gradient(to left, #7eacee 0%, #2b4d7e 100%);
}
.form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}
.gtd-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.intl-tel-input {
  display: block !important;
}
.flag-container {
  top: 20px !important;
  bottom: auto !important;
}
