/*
 * MIT License
 *
 * Copyright (c) 2022 Mohamed EL QUCHIRI
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

.social-login-container {}

.social-login-container .block-title {}

.social-login-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-login-container ul li {
    float: left;
    text-align: center;

}

.social-login-container ul a {
    display: block;
    width: 48px;
    height: 48px;
    padding: 11px;
}

.social-login-container ul li a.facebook {
    background: url('../images/social_networks/fb-48.png') no-repeat 0 0;
}
.social-login-container ul li a.instagram {
    background: url('../images/social_networks/instagram-48.png') no-repeat 0 0;
}
.social-login-container ul li a.google {
    background: url('../images/social_networks/google-48.png') no-repeat 0 0;
}
.social-login-container ul li a.twitter {
    background: url('../images/social_networks/twitter-48.png') no-repeat 0 0;
}
.social-login-container ul li a.amazon {
    background: url('../images/social_networks/amazon-48.png') no-repeat 0 0;
}
.social-login-container ul li a.yahoo {
    background: url('../images/social_networks/yahoo-48.png') no-repeat 0 0;
}
.social-login-container ul li a.github {
    background: url('../images/social_networks/github-48.png') no-repeat 0 0;
}
.social-login-container ul li a.linkedin {
    background: url('../images/social_networks/linkedin-48.png') no-repeat 0 0;
}

