<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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.amlogin {
    cursor: pointer;
}

div.amlogin p::before {
    width: 21px;
    height: 21px;
    background: url('../img/fb1.png') no-repeat top right;
    display: inline-block;
    content: "";
}

div.amlogin p {
    padding: 0px 0px;
    background: url('../img/fb2.png') repeat-x top;
    height: 21px;
    color: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: inline-block;
}

div.amlogin p span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: -6px;
    font-weight: bold;
}

div.amlogin p:after {
    width: 2px;
    height: 21px;
    background: url('../img/fb3.png') no-repeat top left;
    display: inline-block;
    content: "";
}

.amlogin-link {
    float: right;
    border-left: 1px solid #515151;
    display: block;
    color: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    padding: 8px 10px 3px 10px;
    cursor: pointer;
    line-height: 18px;
}

.amloader {
    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: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-family: arial !important;
}

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

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

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

.amldisplayCustomerLoginFormAfter {
    cursor: default!important;
}
.amldisplayCustomerLoginFormAfter p {
    cursor:pointer;
}</pre></body></html>