button.re-captcha.btn {
    float: left;
    height: 36px;
    padding: 0.75em 1em;
    font-size: 1.1em;
    width:36px;	
    position:relative;
}
button.re-captcha.btn.icon-refresh:before {
    content: "\f021";
    position: absolute;
    top: 10px;
    left: 11px;
}
button.re-captcha.btn:after{
    content:"";
}
input.captcha_response.form-control.col-xs-9.col-sm-9.col-lg-6.col-xl-4 {
    min-width: 235px;
}

.submitButton {
    min-width: 200px;
}



