
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700;800&amp;display=swap";

:root {
  --body-font: "Poppins", sans-serif;
  --head-font: "Open Sans", sans-serif;
  --transition: all 0.5s ease-in-out;
  --p1: 7, 84, 135;
  --s1: 7, 84, 135;
  --a1: 162, 0, 29;
  --a2: 0, 0, 0;
  --a3: 108, 94, 203;
  --a4: 10, 89, 78;
  --a5: 82, 0, 15;
  --nw1: 254, 254, 254;
  --nw2: 182, 182, 182;
  --nw3: 168, 173, 198;
  --nw4: 160, 165, 168;
  --nb1: 52, 56, 57;
  --nb2: 35, 38, 39;
  --nb3: 31, 31, 31;
  --nb4: 20, 20, 20;
  --green-color: #00A709;
  --red-color: #f8ad1e;
}




.checkbox-single input:checked~.checkmark:after {
  display: block;
}

.checkbox-single input:checked~.checkmark::after {
  content: "";
  position: absolute;
  font-family: "tabler-icons" !important;
  color: #00afdf;
}


.sign {
  min-height: 100vh;
  /* background: url(https://www.tradeworld.io/Content/img/hero_1.jpg); */
  width: 100%;
  background-size: cover;
}

.sign .wrapper-page_main {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: auto;
  top: 0;
  display: flex;
  align-items: center;
}

.agree_text p a {
    color: #000000;
    margin: 0px 5px;
}

.text-dark {
    color: #fff;
}

.checkbox-single a {
    color: #000 !important;
}


.sign__content {
    padding: 0px 30px;
    border-radius: 20px;
    background: -webkit-linear-gradient(232deg, #2770A6 0%, #21aaf4 100% 100%);
}

.sign__content .head_part .logo {
  width: 100%;
  max-width: 240px;
  line-height: 0;
  padding-top: 20px;
}


h1,
h1>a,
a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}


.sign__content input,
.sign__content select {
  border: 1px solid #00000042;
  color: #000;
  padding: 12px 15px;
  font-size: 15px;
}

input,
textarea,
select {
  padding: 16px;
  color: rgba(var(--nw1), 1);
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  outline-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid rgba(var(--nb1), 1);
}


.input-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

input.bg_transparent,
textarea.bg_transparent {
  /* background: rgba(0, 0, 0, 0); */
}


.input-pass .password-eye-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.input-pass .password-eye-icon:after {
  content: "";
  font-family: "tabler-icons" !important;
  font-weight: 600;
  right: 24px;
  position: absolute;
  font-size: 20px;
  color: rgb(var(--light-n-500));
  transition: var(--transition);
}

.sign__content label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 1px solid #555555;
}

.checkbox-single .checkmark::after {
  content: "";
}

a {
  text-decoration: none;
  outline: none;
  color: #00afdf;
  transition: var(--transition);
}

.cmn-btn {
  background-color: #ff971d;
  color: #fff;
  font-weight: 500 !important;
  border-radius: 7px;
  transition: var(--transition);
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  display: inline-flex;
  white-space: nowrap;
  font-size: 15px;
  text-align: center;
  display: flex;
  width: fit-content;
  justify-content: center;
  padding: 14px 20px !important;
  width: 49%;
  border: 0;
}

.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.agree_text p {
  display: flex;
  padding: 20px 0px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
}

.single-input {
  margin-top: 15px;
}

.sign .wrapper-page_main .sign__content .card.welcome p a {
  background: #f78a06;
  border: 0;
  padding: 6px 20px;
  font-size: 14px;
}

.sign .wrapper-page_main .sign__content .card.welcome {
  background: #0d4f9c !important;
}

.sign .wrapper-page_main .sign__content .card.welcome h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f78a06;
}