.form-group.pow-captcha {
    margin-bottom: 0;
}
.itratos-captcha-checkbox {
    margin-bottom: 15px;
}
.itratos-captcha {
    display: inline-block;
    margin-left: 0.5rem;
}
.itratos-captcha .loader {
    position: relative;
    top: -9px;
    left: 3px;
}
#userNextStepBottom + .itratos-captcha {
    margin-right: 0.5rem;
}
#userNextStepBottom + .itratos-captcha,
.dd-userinfo-modal .modal-footer .btn-success + .itratos-captcha {
    line-height: 34px;
    float: right;
}
#userNextStepBottom + .itratos-captcha .loader,
.dd-userinfo-modal .modal-footer .btn-success + .itratos-captcha .loader {
    top: 2px;
    left: unset;
    right: 3.5em;
}
.dd-userinfo-modal .modal-footer {
    text-align: left;
}
.dd-userinfo-modal .modal-footer .btn-success {
    float: right;
}
