
.button-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
}

#validateCaptchaBtn {
 display: initial;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: .875rem;
    font-weight: 700;
    line-height: 34px;
    padding: 0 .3em;
    min-height: 34px;
    min-width: 34px;
    box-shadow: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    outline: none;
    width: 8.5em;
    background-color: #007dba;
    color: #fff;
    border: solid 1px #006394;
}

#regenCaptchaBtn {
 display: initial;
 width: 8.5em;
    cursor: pointer;
    border-radius: 4px;
    background-color: #007dba;
    color: #fff;
    border: solid 1px #006394;
    text-align: center;
    font-size: .875rem;
    font-weight: 700;
    line-height: 34px;
    padding: 0 .3em;
    min-height: 34px;
    min-width: 34px;
    box-shadow: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
#inlineCaptchaInput{
  margin-top:10px; 
  margin-bottom:10px; 
  width:100%;
}