.google-login-block {
    margin: 30px 0;
}
#google-signin-wrapper #google-button-wrapper {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border-radius: 5px;
    border: thin solid var(--primary-color);
    white-space: nowrap;
    text-align: center;
}
#google-signin-wrapper #google-button-wrapper:hover {
    cursor: pointer;
}
#google-signin-wrapper #google-button-wrapper span.icon {
    background: url('../images/google/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
#google-signin-wrapper #google-button-wrapper span.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
