﻿
.external-login-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.social-sign-body {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.social-sign-list {
    padding-left: 0;
    list-style: none;
}

.socialaccount-ballot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .socialaccount-ballot ul li {
        display: none;
    }

        .socialaccount-ballot ul li.active {
            display: inline-block;
        }

.social-icon-body {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .social-icon-body a {
        color: #000;
        font-size: 20px;
        padding: 10px;
    }

        .social-icon-body a:hover {
            color: #fff;
        }

a.social-provider {
    padding: 2px;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
    border-radius: 5px;
}

.divider {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

    .divider::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 12px;
        transform: translate(0, -50%);
    }

    .divider::after {
        content: "";
        position: absolute;
        top: 60%;
        right: 12px;
        transform: translate(0, -50%);
    }

    .divider::before,
    .divider::after {
        width: 44%;
        height: 2px;
        background-color: #ccc;
        top: 52%;
    }

.social-signin-continue {
    text-align: center;
    font-size: 0.75rem;
    padding-top: 0.2rem;
    color: #202326;
    font-weight: 600;
}
