#lostpasswordform div.g-recaptcha,
#loginform div.g-recaptcha {
    margin: 12px 0 24px 0;
}

#submit + #reset {
    margin-left: 1em;
}

/* WooCommerce My Account (login / reset / register): allinea il widget
   reCAPTCHA agli input e al bottone, senza indentazioni. Su form-row-first
   (mezza larghezza) il campo del reset resta a tutta larghezza. */
.woocommerce-ResetPassword .g-recaptcha,
.woocommerce-form-login .g-recaptcha,
.woocommerce-form-register .g-recaptcha {
    margin: 8px 0 20px 0 !important;
    margin-left: 0 !important;
    transform: none;
}
.woocommerce-ResetPassword .form-row-first,
.woocommerce-ResetPassword .form-row-last {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}
.woocommerce-ResetPassword .woocommerce-Input,
.woocommerce-form-login .woocommerce-Input {
    width: 100% !important;
    box-sizing: border-box;
}
