/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-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 support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

#social_Login_seprator {
    text-align: center;
    display: flex;
    color: #333333;
    line-height: 1em;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 30px;
}

#social_Login_seprator::before,
#social_Login_seprator::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    margin-top: 0.5em;
    background: #CCCCCC;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

#socialLoginBtn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: center;
    align-items: stretch;
    row-gap: 20px;
}

#g_id_onload {
    display: none;
}

.social_login_button_text {
    font-size: 14px;
    color: #333333;

}

#socialLoginBtn
.social_login_button {
    border: 1px solid #CCCCCC;
    border-radius: 40px;
    background-color: white;
    display: inline-block;
    text-decoration: none ;
    cursor: pointer;
}

.social_login_img {
    width: 24px;
}

.social_login_custom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.qsl-error {
    text-align: left;
}

.custom-google-button{
    border: 1px solid #CCCCCC;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none ;
    cursor: pointer;
    height: 42px;
    width: 230px;
    background-color: white;
}







