/** https://developers.google.com/identity/branding-guidelines **/
#googleLogin {
    display: inline-block;
}
#googleLogin {
    width: 37px;
    height: 37px;
}
#googleLogin span.icon {
    background: url('/images/SocialConnection/google_signin_buttons/vector/btn_google_light_normal_ios.svg') transparent center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#googleLogin span.icon,
#googleLogin #customBtn,
#googleLogin #gSignInWrapper {
    width: 100%;
    height: 100%;
}
#googleLogin #customBtn {
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 3px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

