﻿#googleBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: max-content;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

    #googleBtn:hover {
        cursor: pointer;
        border-color: red;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    background: url('https://developers.google.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    margin-left: 30px;
}

span.googleBtnText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
