/*
 * Login Divider
 * --------------------------------------------------
 */
.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
}

.divider-wrapper:before, .divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    margin: 0;
}

.divider {
    text-align: center;
    flex: .2 0 auto;
    margin: 0;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
 * Social Buttons
 * --------------------------------------------------
 */
.social-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.social-logo-wrapper {
    margin-right: 0.75rem;
}