

.soc_auth_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .03);
    color: #171717;
    text-decoration: none;
    margin-bottom: 18px;
}

.soc_auth_button:hover {
    background-color: rgba(0, 0, 0, .1);
    text-decoration: none;
    color: #333333;
}
