.user-pass-custom .captcha {
  position: relative;
  padding-top: 10px;
}
.user-pass-custom .captcha img{
  position: absolute;
  top: 0;
  left: 0;
}
.user-pass-custom .captcha .reload-captcha-wrapper {
  position: absolute;
  left: 200px;
  top: 18px;
}

.captcha .captcha-response-wrapper {
  display: flex;
  justify-content: flex-start;
}
.captcha .captcha-response-wrapper span {
  padding-top: 3px;
}
.captcha .captcha-response-wrapper input {
  width: 40px !important;
  margin-left: 10px !important;
}
