#input-captcha-cf7 {

    margin: 0 0 20px;

}

#image-captcha-cf7 {

    float: left;

    width:200px;

}

#reload_captcha {

    border: 1px solid #8d8c8c;

    height: 50px;

    width: 50px;

    display: inline-flex;

    margin: 0 5px 0;

    border-radius: 3px;

}

#reload_captcha img {

    padding: 10px 10px;

}
.captcha-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

.captcha-box span.custom-recaptcha {
    padding: 0;
    margin: 0;
    width: calc(100% - 130px);
    max-width: 100%;
    display: block;
    position: static;
}

.captcha-box .custom-recaptcha-random {
    width: 130px;
}

.captcha-box .custom-recaptcha-random input {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #68dabd;
    width: 100%;
    border-radius: 10px 0 0 10px;
    background: #140e17;
    color: #fff;
    border-right: none;
    margin-right: -1px;
    background: #68dabd;
    text-align: center;
    height: 46px;
}

.captcha-box span.custom-recaptcha input {
    height: 46px;
}
.captcha-box span.wpcf7-not-valid-tip {bottom: -24px !important;left:0!important;}