.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;

    background: #4285F4;
    color: #ffffff;

    padding: 14px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.google-login-btn svg {
    fill: currentColor;
}

.google-login-btn:hover {
    background: #357ae8;
}

.google-login-wrapper {
    width: 100%;
    margin: 12px 0;
}