.glogin-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.glogin-separator {
    color: #7a7a7a;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.glogin-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.glogin-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.glogin-btn-icon:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
    background-color: #f8f9fa;
}

.glogin-btn-icon svg {
    width: 28px;
    height: 28px;
}