#captcha{
    display: flex;
    padding-bottom: 10px;
  }
.captcha{
    display: flex;
    padding-bottom: 10px;
  }

  #captcha img{
    margin-right: 10px;
  }

  .js-form-item-captcha-response{
    margin-top: -23px;
    margin-right: 10px;
  }

  .reload-captcha-wrapper{
   margin-top: -10px;
  }

  .reload-captcha{
    font-size:35px
  }
  .form-item-captcha-response label{
     color: white !important;
  }

.webform-flexbox .webform-flex--1:first-child {
  flex: 0.02 !important;
}