/*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author    FMM Modules
* @copyright FMM Modules
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
* @package   ageverifyonentry
*/

#fmm-age-verify-popup.in {
    display: flex !important;
    align-items: center;
    min-height: 100vh;
}

.fmm-popup-logo,
.fmm-popup-heading,
.fmm-popup-desc,
.fmm-submit-btn,
.fmm-date-verification {
    text-align: center;
}

.fmm-popup-logo img.fmm-custom-logo {
    width: 70px;
    height: 70px;
}