﻿.social-login{
    padding:1rem;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:1rem;
}

    .social-login button {
        appeareance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        min-width: 300px;
        border: 1px solid #878787;
        min-height: 40px;
        border-radius: 20px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:white;
        gap:10px;
        text-transform:uppercase;
    }

    .social-login button.facebook {
        background-color: rgb(24, 119, 242);
    }

    .social-login button.facebook svg{
        fill:currentColor;
    }