/**
 * Ecocaptcha Module for PrestaShop
 *
 * @author    EcomiZ Agency - www.ecomiz.com
 * @copyright 2025 EcomiZ Agency
 * @license   Commercial Software License
 */
#contact .contact-form-box .clearfix > div:first-child {
    width: 322px;
}

#contact .contact-form-box .clearfix > div:last-child {
    width: 60%;
}

@media (max-width: 580px) {
    #contact .contact-form-box .clearfix > div:last-child {
        width: 85%;
    }
}

.contact .contact-form-box div.uploader input {
    left: 0;
}

.recaptcha_whitelist {
    margin-top: 10px;
}

#authentication #login_form > section .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#authentication #login-form .g-recaptcha > div {
    margin: 0 auto 20px auto;
}

#password .forgotten-password .g-recaptcha > div {
    margin: 0 auto 10px auto;
}

#authentication #customer-form .g-recaptcha > div, #registration #customer-form .g-recaptcha > div {
    margin: 0 auto;
}