

/**
 * CedCommerce
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement (EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://cedcommerce.com/license-agreement.txt
 *
 * @category    Ced
 * @package     Ced_VendorsocialLogin
 * @author      CedCommerce Core Team <connect@cedcommerce.com>
 * @copyright   Copyright CedCommerce (http://cedcommerce.com/)
 * @license      http://cedcommerce.com/license-agreement.txt
 */


div.ced-sociallogin-facebook-inner{

    height: 50px !important;

    background-image: url('images/social_connect_fb.png');

    padding: 0 0 0 5px !important;

	width: 50px;
    background-repeat: no-repeat;
	background-size:contain;

}





div.ced_fb_connect{

   background-image: url('images/social_connect_fb.png');

}


div.ced_fb_disconnect{

    background-image:  url('images/social_disconnect_fb.png') !important;

 }



div.ced-sociallogin-facebook-inner a{

    color: #FFFFFF !important;

    padding: 0 !important;

    margin: 0 !important;

    text-decoration: none !important;

    line-height: 30px !important;

}      

