.block-social-auth-login .auth-link {
    background: blue;
    display: inline-flex
;
    align-items: center;
    background-color: #4285F4;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    /* width: 300px; */
}

a.social-auth.auth-link::after {
    content: 'Sign in with Google';
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 0 16px 0 12px;
    letter-spacing: 0.2px;
}

img.social-auth.auth-icon {
    background-color: #fff;
    padding: 8px;
    margin: 1px;
    border-radius: 2px;
}


form#user-login-form{
    background: lightgray;
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 5px;
}

div#block-barrio-boostrap-5-makehaven-socialauthlogin {
    margin-bottom: 50px;
}