.div-captcha{
    width:auto;
    min-width:304px;
    margin-bottom:20px;

}

.g-recaptcha{
    float:left;
    width:100%;

}
.g-recaptcha > div, .g-recaptcha > div > div > iframe{
    width:100% !Important;
}

.div-btn-captcha{
  float:left;
  width:100%;

}


.btn-captcha{
    margin: 10px;
    float:left;
    padding-bottom: 36px;
    background: var(--main-green);
    padding: 10px 45px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid transparent;


}





