﻿.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ccc;
    }

    .divider:not(:empty)::before {
        margin-right: .5em;
    }

    .divider:not(:empty)::after {
        margin-left: .5em;
    }

.google-signin-btn {
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    font-weight: 500;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .google-signin-btn:hover {
        background-color: #f0f0f0;
    }

.google-icon {
    margin-right: 12px; /* You can adjust this value as needed */
}
