.jw-custom-input-w {
  width: 100%;
  position: relative;
}
.jw-custom-input-w input {
  font-size: 14px;
}
.jw-custom-input-w .no-border::after {
  display: none;
}
.jw-custom-input-w .no-border::before {
  display: none;
}
.jw-custom-input-w .has-border {
  border: 1px solid #e7e7e7;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.jw-custom-input-w .has-border input {
  width: 100%;
  padding: 0;
}
.jw-custom-input-w .has-border::after {
  display: none;
}
.jw-custom-input-w .has-border::before {
  display: none;
}
.jw-custom-input-w .jw-custom-input {
  width: 100%;
}
