/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#social-login-box-home, #social-login-box-login {
    margin-top: 10px;
    margin-bottom: 10px;
}

#social-login-box-home h3, #social-login-box-login h3 {
    text-align: center;
}

.social-login-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-login_item {
    margin-right: 10px;
}

#social-login-box-home .social_login,
#social-login-box-login .social_login {
    display: block;
    background-size: cover;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#social-login-box-home .social_login:focus,
#social-login-box-login .social_login:focus {
    outline: none; 
}

#social-login-box-home svg,
#social-login-box-login svg {
    width: 40px;
    height: 40px;
}

button[data-pinta-network]:not([data-pinta-enabled="1"]) {
    display: none !important;
}

/*
 * Keep a single provider error above both buttons. This stylesheet is loaded
 * on login as well as registration/checkout, unlike the consent-only asset.
 */
.alternative-login {
    flex-wrap: wrap;
}

.alternative-login > [data-pinta-error-container] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.75rem;
    text-align: left;
}

.alternative-login > [data-pinta-error-container]:empty {
    display: none;
}

/*
 * Registration actions share a footer with legacy checkout controls. The
 * generic `.clearfix button.continue` rule limits those controls to 300px,
 * so keep the actual registration submit aligned with the full form width.
 */
#checkout-personal-information-step #checkout-register-form .form-footer > button[data-link-action="save-customer"],
body#authentication .register-form .form-footer > button[data-link-action="save-customer"] {
    box-sizing: border-box;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
}

#checkout-personal-information-step #checkout-register-form .form-footer > .alternative-login-title,
body#authentication .register-form .form-footer > .alternative-login-title {
    color: #6a22bb !important;
    opacity: 1;
}
