.wrapper-google-button {
    display: flex;
    background-color: #ffffff;
    color: #3c4043;
    padding: 0.5rem 0;
}

.google-button {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 0.375rem;
    color: #3c4043;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: center;
    max-width: 240px;
    padding: 0.625rem 1rem;
    text-decoration: none;
    width: 100%;
}

.google-button:hover,
.google-button:focus {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #212529;
}

.google-button-icon {
    display: flex;
    margin-right: 0.5rem;
}

#googleRegisterPopup {
    display: none;
}

#account .wrapper-google-button .google-button {
    max-width: none;
}

#googleLinkButton {
    background-color: #ffffff;
}

#googleLinkButton span {
    display: flex;
    margin-right: 0.5rem;
}

.alertable-cancel.alertable-ok {
    margin-right: 10px;
}

@media (max-width: 519px) {
    .google-button {
        max-width: none;
    }
}
