/* Actual Google button styles */
#bid-google-login-button {
    display: block; width: 100%; height: 50px;
    background: #DD4B39;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DD4B39;
    white-space: nowrap;
    cursor: pointer;

    font-family: Raleway,Helvetica,Arial,sans-serif;

    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;

    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

#bid-google-login-button:hover,
#bid-google-login-button:active {
    border-color: #DD4B39;
    background-color: #FFF;
    color: #DD4B39;
}
#bid-google-login-button:active {
    border-color: #f4ddb3;
    -webkit-box-shadow: 0 0 4px 1px #f4ddb3;
    -moz-box-shadow: 0 0 4px 1px #f4ddb3;
    box-shadow: 0 0 4px 1px #f4ddb3;
}

#google-oauth-wrapper {
    display: none;
}