.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #333333 !important;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(60,64,67,.15);
}
.google-btn img {
    width: 28px;
    margin-right: 10px;
    vertical-align: middle;
}
.google-btn:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
