/**
 * 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
 */

.social_login_sec{
    display: inline-block;
}
div.ced-sociallogin-twitter-inner{
    height: 50px !important;
    float: left !important;
    margin-left: 0 !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #00a1c4;
    width: 50px;
    margin-right:10px;
}
div.ced_twitter_connect{
    background: transparent url('images/social_connec_twitter.png') no-repeat top left !important;
    background-size: contain !important;
}
div.ced_twitter_disconnect{
    background: transparent url('images/social_disconnec_twitter.png') no-repeat top left !important;
}
div.ced-sociallogin-twitter-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}
