.wsl-social-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top:30px;
}

.wsl-btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 10px;
    color:#000;
    border: none;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
    transition: background 0.3s ease;
    border:2px solid #000;
    width:100%;
    letter-spacing: .2rem;
    height: 50px;
    text-decoration:none;
    text-transform: uppercase;

}

.wsl-btn-social img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wsl-login-message {
    margin-top:20px;
}