.divider {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
}

.divider .hrule {
    height: 0;
    border-top: 1px solid var(--border-color);
    flex-grow: 4;
}

.divider span {
    margin: 0 1.5em;
}

.social-logins {
    display: flex;
    width: 100%;
}

.social-logins > a {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
}
