#input-captcha-cf7 {
    /*margin: 0 0 20px;*/
    width: 100%;
    
}
.banner-form #input-captcha-cf7{
    border-bottom: 1px solid #fff !important;
}
#image-captcha-cf7 {
    float: left;
  width: 35%;
  height: 25px;
  margin: 0 5px 0;
  border-radius: 5px;
}
#reload_captcha {
    /*border: 1px solid #8d8c8c;*/
    height: 20px;
    width: 30px;
    display: inline-flex;
    margin: 0 5px 0;
    border-radius: 3px;
}
#reload_captcha img {
    /*padding: 10px 10px;*/
}
.txt-captcha {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 0px 8px;
}
.main-cf7-captcha {
  width: 45%;
}