.myRow_two {
  padding-bottom: 80px;
}
.videoWrap {
  width: 60%;
  display: inline-block;
}

.registrWrap {
  display: inline-block;
}

.second_bldcf_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.register-title {
  width: 70%;
  max-width: 240px;
  height: 40px;
  margin: 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  color: #000;
  /*background: linear-gradient(to bottom,#003DA6 0%,#005CFB 100%);*/
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: 0 3px 14px #000;
}

.registWrap__form {
  width: 100%;
  padding: 0px;
  /*box-shadow: 0 0 16px #7a9cd7;*/
  border-radius: 45px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  border-color: #fff;
  /*background: linear-gradient(to bottom,#FFF 0%,#CADAEA 100%);*/
}
.blur__content {
  z-index: 20;
  position: relative;
}
.form-fake__title {
  text-align: center;
  font-size: 18px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}
form {
  position: relative;
  top: auto;
  width: 100%;
  /* margin-left: 10%; */
  padding: 20px;
}
.f1t-form__row {
  margin-bottom: 15px;
}
.f1t-form-field {
  position: relative;
}
.f1t-form-field label {
  display: block;
}
.f1t-form-field__label {
  font-weight: 400;
  color: #373737;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 3px;
  display: none;
}
.f1t-form-field input,
.f1t-form-field textarea,
.f1t-form-field select {
  background: rgba(0, 0, 0, 0.012);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  height: 40px;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  max-width: 350px;
  border-radius: 25px;
  /*color: #eee;*/
  text-align: left;
  background-color: rgba(0, 0, 0, 0.55);
  /* border: 1px solid #269544; */
  background: #dcdcdc;
  /*box-shadow: 0 0 8px #fff;*/
  text-align: center;
}
.f1t-form__footer {
  margin-top: 20px;
}
form.form-container button[type="submit"] {
  border: none;
  color: #000;
  font-size: 20px;
  padding: 16px 0;
  border-radius: 60px;
  width: 100%;
  max-width: 350px;
  box-shadow: none;
  text-shadow: none;
  /*box-shadow: 0 0 6px #0800e1;*/
  /*text-shadow: 0 2px 5px rgb(0 0 0 / 80%);*/
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
}

footer {
  padding-top: 30px;
}
footer img {
  padding-top: 70px;
}

@media (max-width: 992px) {
  .second_bldcf_cont {
    flex-direction: column;
  }
  .registrWrap {
    padding-top: 30px;
  }
  .videoWrap {
    width: 100%;
  }
}

.lander-form-header {
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}

.iti__country-list {
  color: #000 !important;
}

.footer {
  margin-top: 2rem;
  border-top: 1px solid #fff;
}

.footer__flex {
  display: flex;
  align-items: center;
}

.footer__disclamer {
  padding-top: 3rem;
  text-align: center;
}

.footer__disclamer p {
  padding-bottom: 0.5rem;
}

.footer-terms-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 16px;
}

.footer-terms-menu li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-family: sans-serif;
}

.footer-terms-menu a {
  color: white;
  text-decoration: none;
}

footer .our_members__item_btn a {
  background: #fff;
  border: 1.5px solid #fff;
  border-radius: 100px;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  min-width: fit-content;
  padding: 23px 44px;
  text-align: center;
}

@media (max-width: 1024px) {
  .lander-form-field .lander-submit {
    font-size: 16px !important;
  }
  .lander-form-field .lander-submit:hover {
    font-size: 16px !important;
  }
  .footer-terms-menu li {
    text-align: right;
    border: none;
    border-right: 1px solid #fff;
    padding: 0;
    padding-right: 20px;
    margin: 0;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 80px;
    padding-top: 40px;
  }

  .footer-terms-menu {
    flex-direction: column;
    gap: 20px;
  }

  .footer-terms-menu li {
    text-align: center;
    border: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0px;
  }
}

/* Law pages */
.law-page {
  padding: 2rem 0;
}

.law-page h1,
.law-page h2,
.law-page h3 {
  line-height: 120%;
  font-weight: 700;
  color: #fff;
}

.law-page h1 {
  padding-bottom: 2rem;
  font-size: 1.75rem;
}

.law-page h2,
.law-page h3 {
  padding-bottom: 1.125rem;
  font-size: 1.375rem;
}

.law-page p,
.law-page ul:not(.iti__country-list) li,
.law-page ol:not(.iti__country-list) li {
  padding-bottom: 1rem;
  line-height: 120%;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.law-page ul:not(.iti__country-list),
.law-page ol:not(.iti__country-list) {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}

.law-page ul:not(.iti__country-list) {
  list-style: disc;
}

.law-page ol {
  list-style: decimal;
}

.law-page ul:not(.iti__country-list) li,
.law-page ol:not(.iti__country-list) li {
  padding-bottom: 0.5rem;
}

.law-page .lander-form {
  background-color: #fff;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.cookiejar__label {
  display: block !important;
}
