#input-captcha-cf7 {
    margin: 0 0 20px;
    padding-left: 10px;
}
 #image-captcha-cf7 {
    float: left;
    width: 183px;
    margin-left: 20px;
    height: 40px;
}
#reload_captcha {
    height: 40px;
    width: 50px;
    display: inline-flex;
    margin: 0 -1px 0;
    border-radius: 3px;
}
#reload_captcha img {
    padding: 10px 10px;
    background: white;
    border: 1px solid #fff;
}
.halinksoftware-cap {
    width: calc(100%);
    float: none;
    display: flex;
}
div#contact-form .halinksoftware-cap {
    width: calc(100% - 30px) !important;
    float: left;
}