/* #signup-section .merchant-wrapper .input-blk input {
    padding: 0 40px 0 20px;
} */

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

#signup-section .merchant-wrapper .continue-btn {
  width: 100%;
  margin-top: 20px;
}

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

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

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

#signup-section .merchant-wrapper .input-blk .dropdown-wrapper {
  position: absolute;
  top: 41px;
  background: var(--white);
  width: 100%;
  max-height: 210px;
  overflow: auto;
  box-shadow: 0px 2px 4px #0000004f;
  border-radius: 4px;
}

#signup-section .merchant-wrapper .input-blk .dropdown-wrapper .dropdown-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px 8px;
  cursor: pointer;
  transition: 0.3s all ease;
}

#signup-section
  .merchant-wrapper
  .input-blk
  .dropdown-wrapper
  .dropdown-item
  b {
  width: 100%;
  margin-bottom: 1px;
  color: var(--grey);
  font-size: 14px;
  font-weight: 700;
}

#signup-section
  .merchant-wrapper
  .input-blk
  .dropdown-wrapper
  .dropdown-item
  p {
  width: 100%;
  color: var(--grey);
  margin: 0;
  font-size: 13px;
}

#signup-section
  .merchant-wrapper
  .input-blk
  .dropdown-wrapper
  .dropdown-item.search-selected {
  border-bottom: 1px solid #dddddd;
  background: #efefefab;
}

#signup-section
  .merchant-wrapper
  .input-blk
  .dropdown-wrapper
  .dropdown-item:hover {
  background: #ededed;
}

#signup-section .merchant-wrapper .errorBlock-wrapper {
  top: 90px;
  width: 365px;
}

#signup-section .merchant-wrapper .back {
  color: var(--grey);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  max-width: 1200px;
  margin: 80px auto 0;
}

#signup-section .merchant-wrapper .back img {
  margin-right: 12px;
}

@media only screen and (min-width: 1800px) {
  #signup-section .merchant-wrapper h1 {
    font-size: 68px;
    margin-bottom: 16px;
  }
  #signup-section .merchant-wrapper h3 {
    font-size: 26px;
  }
  .icon-container {
    top: 15px;
    right: 20px;
  }
  #signup-section .merchant-wrapper .input-blk .dropdown-wrapper {
    top: 51px;
  }
  #signup-section
    .merchant-wrapper
    .input-blk
    .dropdown-wrapper
    .dropdown-item
    b {
    font-size: 18px;
  }
  #signup-section
    .merchant-wrapper
    .input-blk
    .dropdown-wrapper
    .dropdown-item
    p {
    font-size: 16px;
  }
  #signup-section
    .merchant-wrapper
    .input-blk
    .dropdown-wrapper
    .dropdown-item {
    padding: 8px 10px;
  }
  #signup-section .merchant-wrapper .back {
    font-size: 20px;
  }
  #signup-section .merchant-wrapper .back img {
    width: 23px;
  }
}

@media only screen and (max-width: 1366px) {
  #signup-section p {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  #signup-section .merchant-wrapper p {
    margin-top: 70px;
  }
  #signup-section .merchant-wrapper p {
    margin-top: 60px;
    max-width: 210px;
    line-height: 18px;
  }
}
