.csl-social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.csl-social-login-buttons .csl-button {

    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    display: flex;
    background-color: #fff;
    border:1px solid #000;
    text-align: center;
    line-height: 1.5;
}

.csl-social-login-buttons .csl-button span{
    font-weight: bold;
    margin: 0 auto;
}

.csl-social-login-buttons .csl-button::before{
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.csl-social-login-buttons .csl-google::before {
    background-image: url('../google.svg');
}

.csl-social-login-buttons .csl-facebook::before  {
    background-image: url('../facebook.svg');
}

.csl-social-login-buttons .csl-apple::before  {
    background-image: url('../apple.svg');
}

._logindiv{
    width: 100% !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

._logindivtxt::before{
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-right: 16px !important;
}

._logindivtxt{
    -moz-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin: 16px 0 !important;
    white-space: nowrap !important;
}

._logindivtxt::after{
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-left: 16px !important;
}


/* Add more styles for additional providers */
