.google-signin-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.google-signin-container hr {
    margin-bottom: 10px;
}

.google-signin-button-wrapper {
    display: flex;
    justify-content: center;
}

.google-signin-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #757575;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}

.google-signin-btn:hover {
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    color: #3c4043;
    text-decoration: none;
}

.google-logo {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
