/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

div.fblogin {
    cursor: pointer;
}


div.fblogin p {
    padding: 0px 0px;
    background: url('../img/zaloguj-fb.png')  no-repeat top center;
	width:220px;
    height: 71px;
    display: inline-block;
	text-indent:-999;
  
}


div.fblogin p:hover {
    width:220px;
    height: 71px;
    background: url('../img/zaloguj-fb2.png') no-repeat top center; 
	   padding: 0px 0px;
    display: inline-block;
    content: "";
	text-indent:-999;
}

.fblogin-link {
    float: right;
    border-left: 1px solid #e0d3d3;
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 3px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
	text-indent:-999;
}

.fbloader {
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 40px;
    width: 80px;
    background: #3B5998 url('../img/loading.gif') no-repeat center;
}

.loginpopupsocial {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.loginpopupsocial span {
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
    font-family: arial !important;
}

.loginpopupsocial p {
    margin-top: 0px;
}

form div.fblogin p span {
    float: none !important;
    text-align: inherit !important;
    width: auto !important;
}

form div.fblogin p {
    padding-left: 0px !important;
}

.fbldisplayCustomerLoginFormAfter {
    cursor: default!important;
}
.fbldisplayCustomerLoginFormAfter p {
    cursor:pointer;
}