1#dw__login .plugin_oauth div {
2    display: flex;
3    flex-wrap: wrap;
4    justify-content: center;
5    gap: 0.5em;
6
7    a {
8        height: 2.5em;
9        padding: 0 0.5em;
10
11        color: #fff;
12        border: 1px outset;
13        text-decoration: none;
14        font-weight: bold;
15
16        display: flex;
17        align-items: center;
18
19        svg {
20            height: 2em;
21            width: 2em;
22            fill: #fff;
23            margin-right: 0.5em;
24        }
25    }
26}
27