.google-login-container {
    margin: 10px 0;
}

.google-login-container .button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #4285f4;
    color: #ffffff;
    border: none;
    font-weight: 500;
}

.google-login-container .button:hover {
    background-color: #357abd;
    color: #ffffff;
} 