#reset-section .signup-wrapper h1 {
  font-size: 44px;
  margin-bottom: 22px;
  font-weight: 900;
}

/* #reset-section .signup-wrapper .input-blk input {
  font-size: 14px;
  color: var(--blk);
  height: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #000000ad inset;
  border: none;
  padding: 0 20px;
  width: 100%;
} */

#reset-section .signup-wrapper .input-blk input::placeholder {
  opacity: 0.5;
}

#reset-section .signup-wrapper .continue-btn {
  width: 100%;
}

#reset-section .signup-wrapper p {
  font-size: 13px;
  color: var(--grey);
  margin-top: 60px;
}

#reset-section .signup-wrapper p a {
  color: var(--pri);
  transition: 0.3s all ease;
}

#reset-section .signup-wrapper p a:hover {
  color: var(--pri2);
}

/* #reset-section .signup-wrapper .input-blk .error {
  top: 43px;
} */

/* #reset-section .signup-wrapper .form-control {
  margin-bottom: 28px;
  position: relative;
} */

/* #reset-section .signup-wrapper .input-blk > .form-control:last-of-type {
  margin-bottom: 0;
} */
/* 
#reset-section .signup-wrapper button {
  bottom: 8px;
} */

/* #reset-section .signup-wrapper .password-control .strength-checker {
  top: -35px;
} */

.reset-popup-content .header .reset-icon {
  max-height: 33px;
  margin-right: 16px;
}

/* @media only screen and (min-width: 1800px) {
  #reset-section .signup-wrapper h1 {
    font-size: 52px;
  }
  #reset-section .signup-wrapper .input-blk input {
    height: 50px;
    font-size: 18px;
  }
  #reset-section .signup-wrapper button {
    bottom: 12px;
  }
  #reset-section .signup-wrapper .continue-btn {
    height: 50px;
    font-size: 18px;
  }
  #reset-section .signup-wrapper .password-control .strength-checker {
    top: -45px;
  }
  #reset-section .signup-wrapper .input-blk .error {
    top: 53px;
  }
  #reset-section .signup-wrapper .input-blk {
    width: 450px;
  }
} */

@media only screen and (max-width: 1400px) {
  #reset-section .signup-wrapper h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  #reset-section .signup-wrapper h1 {
    font-size: 46px;
    margin-bottom: 22px;
  }
  #reset-section .signup-wrapper h3 {
    font-size: 18px;
    margin-bottom: 38px;
  }
  #reset-section .signup-wrapper .input-blk {
    width: 280px;
  }
}

@media only screen and (max-width: 600px) {
  #reset-section .signup-wrapper h1 {
    font-size: 42px;
    margin-bottom: 18px;
  }
  #reset-section .signup-wrapper h3 {
    font-size: 16px;
    margin-bottom: 34px;
  }
  #reset-section .signup-wrapper .input-blk {
    width: 260px;
  }
  #reset-section .signup-wrapper .input-blk input {
    height: 36px;
    font-size: 13px;
  }
  #reset-section .signup-wrapper .continue-btn {
    min-height: 36px;
    font-size: 13px;
    margin-top: 20px;
  }
  #reset-section .signup-wrapper p {
    margin-top: 70px;
  }
  #reset-section .signup-wrapper h1 {
    font-size: 32px;
  }
  #reset-section .signup-wrapper h3 {
    font-size: 15px;
    line-height: 19px;
  }
  #reset-section .signup-wrapper p {
    margin-top: 45px;
    max-width: 210px;
    line-height: 18px;
  }
  #reset-section .signup-wrapper .form-control {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 360px) {
  #reset-section .signup-wrapper h1 {
    margin-bottom: 14px;
    font-size: 26px;
  }
  #reset-section .signup-wrapper h3 {
    font-size: 13px;
    line-height: 18px;
  }
}
