/**
 * 2017-2024 liewebs - prestashop module developers and website designers.
 *
 * NOTICE OF LICENSE
 *  @author    liewebs <info@liewebs.com>
 *  @copyright 2017-2024 www.liewebs.com - Liewebs
 *  @license See "License registration" section
 * 	@module Advanced Anti-spam System
 */
.aass_recaptcha_container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;    
}
.g-recaptcha {
    display: inline-block;
    position: relative;
    z-index: 9999999;
}