.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.intro-section {
  height: 120vh;
  background-color: #181a20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.intro-section.signup {
  height: auto;
  padding-bottom: 63px;
}

.intro-section.login {
  height: 100vh;
}

.brand-div {
  width: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
}

.container {
  padding-top: 118px;
  display: flex;
}

.container.signup {
  padding-top: 0;
  padding-bottom: 0;
}

.container.login {
  padding-top: 68px;
}

.button {
  width: 100%;
  height: 45px;
  background-color: #e9aa21;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.button._2 {
  background-color: #5e6673;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 13px;
  font-weight: 400;
}

.button._2.email {
  color: #000;
  background-color: #e9aa21;
  margin-top: 31px;
  font-size: 16px;
}

.div-block {
  width: 50%;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.image {
  padding-left: 98px;
}

.text-block-2 {
  color: #c0bebe;
  padding-top: 20px;
}

.link {
  color: #c0b703;
  padding: 7px;
  text-decoration: none;
}

.text-span {
  font-family: "Fa Brands 400", sans-serif;
}

.text-span._2, .text-span-2 {
  font-family: icon font2, sans-serif;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.top-brand-div {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 14px;
  display: flex;
}

.text-block-3 {
  color: #f7f4f4;
  margin-left: 23px;
  font-family: icon font2, sans-serif;
  font-size: 20px;
}

.div-block-3 {
  display: flex;
}

.text-block-4 {
  color: #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-18 {
  padding-top: 14px;
  display: flex;
}

.btn-signing-submit {
  background-color: #ecdd38;
  border-radius: 10px;
}

.btn-signing-submit.create-account {
  width: 100%;
  background-color: #d8c601;
  margin-top: 10px;
  margin-bottom: 51px;
}

.heading-10 {
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.forgot-pwd {
  color: #ecdd38;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.forgot-pwd.create-account {
  padding-left: 10px;
  display: block;
}

.forgot-pwd.create-account.term {
  color: rgba(232, 214, 11, .75);
  padding-left: 5px;
}

.div-block-17 {
  justify-content: space-between;
  padding-top: 14px;
  display: flex;
}

.div-block-17.signup {
  width: auto;
  display: block;
}

.form-div {
  width: 400px;
  height: 400px;
  max-height: 400px;
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 36px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.form-div.signup {
  height: auto;
  max-height: none;
  color: #363535;
}

.signin-textfield-2 {
  border-radius: 9px;
  margin-top: 19px;
}

.login-form {
  max-width: none;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.signin-textfield {
  border-radius: 9px;
}

.div-block-23 {
  justify-content: space-between;
  padding-top: 14px;
  display: flex;
}

.error-div {
  height: 80px;
  background-color: rgba(248, 53, 53, .19);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.text-block-5 {
  font-size: 16px;
}

.body-signup {
  background-color: #181a20;
}

.card-box {
  width: 400px;
  height: 400px;
  background-color: #f5f5f5;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card-box.withdrawal {
  width: auto;
  height: auto;
  justify-content: space-around;
  align-items: center;
  padding: 56px 46px 0 48px;
  display: block;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 39px;
  padding-top: 55px;
  display: flex;
}

.text-span-3 {
  color: #ffb01d;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 25px;
}

.text-block-6 {
  text-align: center;
  font-size: 18px;
}

.btn-copy-submit {
  width: 100%;
  background-color: #ecbf38;
}

.btc-select-field {
  color: #080808;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 26px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.c-color_info {
  color: #585b6c;
  background-image: linear-gradient(#f6f6f8, #f6f6f8);
  border-radius: 0 0 6px 6px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75em;
}

.c-text-1.cc-bold {
  font-weight: 600;
}

.c-text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 2em;
}

.c-color_copy {
  width: 36px;
  height: 36px;
  background-color: #585b6c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-copy.btc {
  color: #fff;
}

.c-copied {
  width: 15px;
  display: none;
}

.text-block-7 {
  text-align: center;
}

.text-field {
  width: 300px;
  border-radius: 8px;
}

.body-deposit {
  background-color: #000;
}

.body-withdrawal {
  background-color: #1f1d1d;
}

.field-label {
  margin-top: 31px;
}

@media screen and (max-width: 767px) {
  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-text-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .intro-section {
    height: auto;
    padding-bottom: 72px;
  }

  .intro-section.login {
    height: auto;
  }

  .container {
    flex-direction: column;
    padding-top: 0;
  }

  .div-block {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 64px;
  }

  .image {
    padding-top: 20px;
    padding-left: 0;
  }

  .form-block-3 {
    width: 100%;
  }

  .forgot-pwd.create-account.term {
    font-size: 12px;
  }

  .form-div {
    width: 100%;
    max-width: none;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .signin-textfield-2 {
    width: 100%;
  }

  .checkbox-label {
    font-size: 10px;
  }

  .signin-textfield {
    width: 100%;
  }

  .card-box {
    width: auto;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .card-box.withdrawal {
    align-items: stretch;
    display: flex;
  }

  .container-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-field, .form, .form-block-4 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icon font2';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}