.captcha-slider-field input {
    display: none;
  }

  .captcha-slider-wrapper {
    position: relative;
    width: 140px;
    height: 30px;
    border: 1px solid #767676;
    border-radius: 20px;
    background-color: white;
    border-color: #767676;
  }

  .captcha-slider-wrapper:before {
    content: "Success";
    position: absolute;
    left: 8px;
    line-height: 30px;
    font-size: 13px;
    z-index: 1;
    color: white;
  }

  .captcha-slider-wrapper:after {
    content: "";
    position: absolute;
    right: 10px;
    line-height: 30px;
    font-size: 13px;
    z-index: 1;
  }

  .captcha-slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 28px;
    width: 28px;
    border: 1px solid #111;
    border-radius: 20px;
    cursor: grab;
    background: white;
    border-color: white;
    box-shadow: 0 0 5px #767676;
  }


  .captcha-slider-wrapper.human {
    background-color: #157D5A;
    border-color: #157D5A;
    box-shadow: none;
  }