#div_signup {
  color: #39393c;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom: 0;
  z-index:1001;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  overflow-x: hidden;
  height: 100vh;
}
#div_signup .tz-signup-subheading {
  font-size: 16px;
}
#div_signup .tz-label {
  max-width: 490px;
}
.custom-label {
    max-width: 490px;
}
.custom-label label {
    font-weight: 600;
    margin-bottom: 2px;
}
.input-signup {
  max-width: 490px !important;
  height: 48px !important;
  border-radius: 3px;
  border: 1px solid var(--color-primary);
}

.input-signup-p {
  max-width: 490px !important;
  height: auto !important;
  /* min-height:43px !important; */
}

.btn-create-account {
  max-width: 490px !important;
  width: 100%;
  border: none !important;
  position: relative;
}

.notification-icons-fix {
  font-size: 23px !important;
}

.input-signup-password {
  max-width: 400px !important;
  width: 100% !important;
  height: 46px !important;
  display: inline;
  border-right: none !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

#cont-password .custom-check {
    display: none;
}

.input-signup-password-border {
  border-top: 4px solid var(--color-secondary) !important;
  border-left: 4px solid var(--color-secondary) !important;
  border-bottom: 4px solid var(--color-secondary) !important;
}

.input-signup-check {
  width: 100% !important;
  height: 35px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--color-white);
  text-align: center;
  border: none;
  display: inline-block;
  top: auto !important;
  bottom: auto !important;
  padding-left: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url('../../_images/rebrand/forms/eye_grey_hide.png');
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 5px 0 0 0;
}
.input-signup-check.show-pass {
  background-image: url('../../_images/rebrand/forms/eye_grey.png');
}
.input-signup-check.correct {
  background-image: url('../../_images/rebrand/forms/eye_green_hide.png');
}
.input-signup-check.show-pass.correct {
  background-image: url('../../_images/rebrand/forms/eye_green.png');
}

.input-signup-check input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: -24px!important;
}

.input-signup-check span {
  color: #626262;
 }

.input-signup-check-border {
  border-top: 4px solid var(--color-secondary) !important;
  border-right: 4px solid var(--color-secondary) !important;
  border-bottom: 4px solid var(--color-secondary) !important;
}

/* ::-webkit-input-placeholder {
  font-weight: bold;
  color: rgb(197,197,197) !important;
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: 400;
  font-size:22px; */
  /*
  -webkit-transform: translate(0, 0);
  transition: all 0.2s ease-in-out;*/
/* } */

  ::-webkit-input-placeholder[style*=hidden] {
    /*
    color: blue;
    font-weight: 700;
    font-size: 0.9em;
    -webkit-transform: translate(0, -1.2em);
    opacity: 1;
    visibility: visible !important;
    padding-bottom: 20px;*/
  }

.input-signup-test:focus {
  margin-top: 10px;
}

.input-signup-test::content {
  margin-top: 10px;
}

.input-signup input:hover {
  border: none !important;
}

.input-signup input {
  background: transparent !important;
  font-size: 15px;
  height: 100%;
  color: var(--color-primary);
  line-height: 2em;
}

.input-signup input::placeholder,
.input-signup input::-webkit-input-placeholder {
    font-size: 15px;
    color: #c1c1c1;
    font-weight: 400;
}

.inp {
  position: absolute;
  margin-top: 0px;
  display: block;
}

.bg-img {
  background: url('');
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(10%);
}

/* animation elements */
.ph {
  z-index: 2;
  position: relative;
  top: 20px;
  left: 10px;
  width: 100%;
}

signUpStep.in {
  z-index: 1;
  padding: 0px;
  margin-top: -5px;
  margin-left: 10px;
  width: 70%;
}

.icon-fix {
  margin-top: 3px;
  /*margin-left: 10px !important;*/
}

.signup-container {
  background-color: var(--color-white);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
.alert{
  min-height:25px !important;
}

#div_v_email {
  display: block;
  position: absolute;
  right: 24px;
  top: -57px;
}

#div_l_account {
  display: block;
  position: absolute;
  right: 24px;
  top: -55px;
}

#div_v_business {
  display: block;
  position: absolute;
  right: 24px;
  top: -57px;
}

.close-x {
  color: white;
  top: 25px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.close-x-100 {
  color: white;
  top: 100px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

#div_signup .tz-icon-close {
  width: 23px;
  height: 23px;
  fill: var(--color-primary);
}
.close-x img,
.close-x-100 img {
  width: 23px;
}

.input-width-100 {
  width: 100%;
}

.valid-check {
   position: absolute;
   top: 11px;
   right: 30px;
}

#div_signup .tz-icon-checkmark {
  width: 25px;
  height: 23px;
  fill: #95cc54;
}

.valid-check img {
   /* width: 33px; */
}

#div_failed .div_failed__msg--error {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#cont-email {
  position: relative;
}

#cont-business-name {
  position: relative;
}

.disabled {
  /* background: #dedede !important; */
}

.btn-disabled {
  background: #afafaf !important;
  opacity: 1;

}


/* spiner */

.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid var(--color-secondary);;
  border-right: 1.1em solid var(--color-secondary);;
  border-bottom: 1.1em solid var(--color-secondary);;
  border-left: 1.1em solid var(--color-white);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -moz-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0%
  {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
  {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*css checkbox*/
#div_signup .tz-label {
  display: inline-block;
  margin-right: .8em;
  cursor: pointer;
}
#div_signup #div_reserved a:hover,
#div_signup #div_reserved a:focus {
  color: var(--color-primary);
}
 .custom-label {
        display: inline-block;
        margin-right: .8em;
        cursor: pointer;
    }

    .custom-radio,
    .custom-check {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        top: -.15em; /* Adjust to for best fit */
        margin: 0 .4em;
        width: 20px;
        height: 20px;
        background: url('../../images/customRadioCheck.png') 0 0 no-repeat;
    }

    .custom-check {
        width: 12px;
        height: 12px;
        background: none;
        background-color: #37c2f9;
        border-radius: 2px;
    }

    .custom-radio {
        background-position: 0 -20px;
    }

    .custom-check.focus {
        /* background-position: -20px 0; */
    }

    .custom-radio.focus {
        background-position: -20px -20px;
    }

    .custom-check.checked {
        background: url('../../_images/rebrand/checkbox/blue-checkbox.png') center no-repeat;
        background-size: 12px;
    }

    .custom-radio.checked {
        background-position: -40px -20px;
    }

    .custom-check.checked.focus {
        background: url('../../_images/rebrand/checkbox/blue-checkbox.png') center no-repeat;
        background-size: 12px;
    }

    .custom-radio.checked.focus {
        background-position: -60px -20px;
    }

    .befound {
        font-size: 13px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 22px;
        max-width: 380px;
        margin-top: 20px;
     }

     .befound a {
         color: #39393c;
     }

    .legal-link{
     text-decoration:underline !important;
     }

@media screen and (min-width: 768px) {
    #div_signup {
        padding-top: 70px;
    }
}

@media screen and (min-width: 992px) {
  #div_signup .tz-signup-subheading {
    font-size: 18px;
  }
    #div_l_account {
      top: -46px;
  }
}