.soc-google-button{

width:100%;

max-width:360px;

height:52px;

border:none;

border-radius:10px;

background:#ffffff;

box-shadow:0 3px 10px rgba(0,0,0,.15);

cursor:pointer;

font-size:16px;

font-weight:600;

transition:.2s;

}

.soc-logged-in{
    text-align:center;
    margin:20px 0;
}

.soc-logout-button{
    display:inline-block;
    margin-top:10px;
    padding:10px 20px;
    background:#0B5D1E;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}

.soc-google-button:hover{

transform:translateY(-2px);
opacity:.9;

}